Color Hex Logo

#bb643a Color Hex

#BB643A
(187,100,58)
0 Favorites   0 Comments

Color spaces of #bb643a

RGB 18710058
HSL0.050.530.48
HSV20°69°73°
CMYK 0.000.470.69   0.27
XYZ25.814419.98466.4998
Yxy19.98460.49360.3821
Hunter Lab44.704124.842622.6724
CIE-Lab51.819831.474138.7661

#bb643a color RGB value is (187,100,58).

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

The process color (four color CMYK) of #bb643a color hex is 0.00, 0.47, 0.69, 0.27. Web safe color of #bb643a is #cc6633. Color #bb643a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100100 00111010
Octal 273 144 72
Decimal 187 100 58
Hex BB 64 3A

RGB Percentages of Color #bb643a

%54.20
%28.99
%16.81

CMYK Percentages of Color #bb643a

%0
%47
%69
%27

Triadic Colors of #bb643a

#bb643a #3abb64 #643abb

Analogous Colors of #bb643a

#bb643a #bba53a #bb3a51

Monochromatic Colors of #bb643a

#bb643a

Complementary Color

#bb643a #3a91bb

#bb643a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb643a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb643a Color CSS Codes

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

#bb643a Text Font Color

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

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


#bb643a Background Color

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

This div background color is #bb643a


#bb643a Border Color

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

This div border color is #bb643a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,100,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 #bb643a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb643a


Comments

No comments written yet.

Please login to write comment.