Color Hex Logo

#bb943c Color Hex

#BB943C
(187,148,60)
0 Favorites   0 Comments

Color spaces of #bb943c

RGB 18714860
HSL0.120.510.48
HSV42°68°73°
CMYK 0.000.210.68   0.27
XYZ31.899032.07088.7840
Yxy32.07080.43850.4408
Hunter Lab56.63111.440630.4453
CIE-Lab63.40145.221950.4803

#bb943c color RGB value is (187,148,60).

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

The process color (four color CMYK) of #bb943c color hex is 0.00, 0.21, 0.68, 0.27. Web safe color of #bb943c is #cc9933. Color #bb943c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010100 00111100
Octal 273 224 74
Decimal 187 148 60
Hex BB 94 3C

RGB Percentages of Color #bb943c

%47.34
%37.47
%15.19

CMYK Percentages of Color #bb943c

%0
%21
%68
%27

Triadic Colors of #bb943c

#bb943c #3cbb94 #943cbb

Analogous Colors of #bb943c

#bb943c #a3bb3c #bb553c

Monochromatic Colors of #bb943c

#bb943c

Complementary Color

#bb943c #3c63bb

#bb943c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb943c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb943c Color CSS Codes

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

#bb943c Text Font Color

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

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


#bb943c Background Color

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

This div background color is #bb943c


#bb943c Border Color

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

This div border color is #bb943c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb943c


Comments

No comments written yet.

Please login to write comment.