Color Hex Logo

#bba364 Color Hex

#BBA364
(187,163,100)
0 Favorites   0 Comments

Color spaces of #bba364

RGB 187163100
HSL0.120.390.56
HSV43°47°73°
CMYK 0.000.130.47   0.27
XYZ35.891037.679317.4378
Yxy37.67930.39440.4140
Hunter Lab61.3835-3.051926.1253
CIE-Lab67.78360.261835.8434

#bba364 color RGB value is (187,163,100).

#bba364 hex color red value is 187, green value is 163 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #bba364 hue: 0.12 , saturation: 0.39 and the lightness value of bba364 is 0.56.

The process color (four color CMYK) of #bba364 color hex is 0.00, 0.13, 0.47, 0.27. Web safe color of #bba364 is #cc9966. Color #bba364 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100011 01100100
Octal 273 243 144
Decimal 187 163 100
Hex BB A3 64

RGB Percentages of Color #bba364

%41.56
%36.22
%22.22

CMYK Percentages of Color #bba364

%0
%13
%47
%27

Triadic Colors of #bba364

#bba364 #64bba3 #a364bb

Analogous Colors of #bba364

#bba364 #a8bb64 #bb7864

Monochromatic Colors of #bba364

#bba364

Complementary Color

#bba364 #647cbb

#bba364 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba364 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba364 Color CSS Codes

.mybgcolor {background-color:#bba364; } 
.myforecolor {color:#bba364; }
.mybordercolor {border:3px solid #bba364; }

#bba364 Text Font Color

<p style="color:#bba364">Text here</p>

This sample text font color is #bba364
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bba364 Background Color

<div style="background-color:#bba364">
Div content here</div>

This div background color is #bba364


#bba364 Border Color

<div style="border:3px solid #bba364">
Div here</div>

This div border color is #bba364


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,163,100, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bba364; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bba364;
  -webkit-box-shadow: 1px 1px 3px 2px #bba364;
  box-shadow:         1px 1px 3px 2px #bba364; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,163,100, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bba364">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bba364;
  -webkit-box-shadow: 1px 1px 3px 2px #bba364;
  box-shadow:         1px 1px 3px 2px #bba364;">
Div content here</div>

This div box has shadow with color #bba364


Comments

No comments written yet.

Please login to write comment.