Color Hex Logo

#bb6849 Color Hex

#BB6849
(187,104,73)
0 Favorites   0 Comments

Color spaces of #bb6849

RGB 18710473
HSL0.050.460.51
HSV16°61°73°
CMYK 0.000.440.61   0.27
XYZ26.646420.94658.9420
Yxy20.94650.47130.3705
Hunter Lab45.767323.832420.4531
CIE-Lab52.890930.299331.8437

#bb6849 color RGB value is (187,104,73).

#bb6849 hex color red value is 187, green value is 104 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #bb6849 hue: 0.05 , saturation: 0.46 and the lightness value of bb6849 is 0.51.

The process color (four color CMYK) of #bb6849 color hex is 0.00, 0.44, 0.61, 0.27. Web safe color of #bb6849 is #cc6633. Color #bb6849 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01101000 01001001
Octal 273 150 111
Decimal 187 104 73
Hex BB 68 49

RGB Percentages of Color #bb6849

%51.37
%28.57
%20.05

CMYK Percentages of Color #bb6849

%0
%44
%61
%27

Triadic Colors of #bb6849

#bb6849 #49bb68 #6849bb

Analogous Colors of #bb6849

#bb6849 #bba149 #bb4963

Monochromatic Colors of #bb6849

#bb6849

Complementary Color

#bb6849 #499cbb

#bb6849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb6849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb6849 Color CSS Codes

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

#bb6849 Text Font Color

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

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


#bb6849 Background Color

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

This div background color is #bb6849


#bb6849 Border Color

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

This div border color is #bb6849


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb6849


Comments

No comments written yet.

Please login to write comment.