Color Hex Logo

#bb674c Color Hex

#BB674C
(187,103,76)
0 Favorites   0 Comments

Color spaces of #bb674c

RGB 18710376
HSL0.040.450.52
HSV15°59°73°
CMYK 0.000.450.59   0.27
XYZ26.648320.78719.4453
Yxy20.78710.46850.3655
Hunter Lab45.592924.542919.6321
CIE-Lab52.715731.062229.9403

#bb674c color RGB value is (187,103,76).

#bb674c hex color red value is 187, green value is 103 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #bb674c hue: 0.04 , saturation: 0.45 and the lightness value of bb674c is 0.52.

The process color (four color CMYK) of #bb674c color hex is 0.00, 0.45, 0.59, 0.27. Web safe color of #bb674c is #cc6633. Color #bb674c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100111 01001100
Octal 273 147 114
Decimal 187 103 76
Hex BB 67 4C

RGB Percentages of Color #bb674c

%51.09
%28.14
%20.77

CMYK Percentages of Color #bb674c

%0
%45
%59
%27

Triadic Colors of #bb674c

#bb674c #4cbb67 #674cbb

Analogous Colors of #bb674c

#bb674c #bb9f4c #bb4c69

Monochromatic Colors of #bb674c

#bb674c

Complementary Color

#bb674c #4ca0bb

#bb674c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb674c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb674c Color CSS Codes

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

#bb674c Text Font Color

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

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


#bb674c Background Color

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

This div background color is #bb674c


#bb674c Border Color

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

This div border color is #bb674c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb674c


Comments

No comments written yet.

Please login to write comment.