Color Hex Logo

#bb963a Color Hex

#BB963A
(187,150,58)
0 Favorites   0 Comments

Color spaces of #bb963a

RGB 18715058
HSL0.120.530.48
HSV43°69°73°
CMYK 0.000.200.69   0.27
XYZ32.163632.68308.6162
Yxy32.68300.43780.4449
Hunter Lab57.16900.379231.0825
CIE-Lab63.90344.016051.8997

#bb963a color RGB value is (187,150,58).

#bb963a hex color red value is 187, green value is 150 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #bb963a hue: 0.12 , saturation: 0.53 and the lightness value of bb963a is 0.48.

The process color (four color CMYK) of #bb963a color hex is 0.00, 0.20, 0.69, 0.27. Web safe color of #bb963a is #cc9933. Color #bb963a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010110 00111010
Octal 273 226 72
Decimal 187 150 58
Hex BB 96 3A

RGB Percentages of Color #bb963a

%47.34
%37.97
%14.68

CMYK Percentages of Color #bb963a

%0
%20
%69
%27

Triadic Colors of #bb963a

#bb963a #3abb96 #963abb

Analogous Colors of #bb963a

#bb963a #a0bb3a #bb563a

Monochromatic Colors of #bb963a

#bb963a

Complementary Color

#bb963a #3a5fbb

#bb963a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb963a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb963a Color CSS Codes

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

#bb963a Text Font Color

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

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


#bb963a Background Color

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

This div background color is #bb963a


#bb963a Border Color

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

This div border color is #bb963a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb963a


Comments

No comments written yet.

Please login to write comment.