Color Hex Logo

#bba356 Color Hex

#BBA356
(187,163,86)
0 Favorites   0 Comments

Color spaces of #bba356

RGB 18716386
HSL0.130.430.54
HSV46°54°73°
CMYK 0.000.130.54   0.27
XYZ35.270437.431114.1701
Yxy37.43110.40600.4309
Hunter Lab61.1810-4.162729.0945
CIE-Lab67.5992-1.038642.7841

#bba356 color RGB value is (187,163,86).

#bba356 hex color red value is 187, green value is 163 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #bba356 hue: 0.13 , saturation: 0.43 and the lightness value of bba356 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100011 01010110
Octal 273 243 126
Decimal 187 163 86
Hex BB A3 56

RGB Percentages of Color #bba356

%42.89
%37.39
%19.72

CMYK Percentages of Color #bba356

%0
%13
%54
%27

Triadic Colors of #bba356

#bba356 #56bba3 #a356bb

Analogous Colors of #bba356

#bba356 #a1bb56 #bb7156

Monochromatic Colors of #bba356

#bba356

Complementary Color

#bba356 #566ebb

#bba356 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba356 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba356 Color CSS Codes

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

#bba356 Text Font Color

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

This sample text font color is #bba356
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.


#bba356 Background Color

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

This div background color is #bba356


#bba356 Border Color

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

This div border color is #bba356


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba356


Comments

No comments written yet.

Please login to write comment.