Color Hex Logo

#bb714e Color Hex

#BB714E
(187,113,78)
0 Favorites   0 Comments

Color spaces of #bb714e

RGB 18711378
HSL0.050.440.52
HSV19°58°73°
CMYK 0.000.400.58   0.27
XYZ27.773822.925110.1689
Yxy22.92510.45630.3766
Hunter Lab47.880219.752020.9240
CIE-Lab54.995125.781031.6648

#bb714e color RGB value is (187,113,78).

#bb714e hex color red value is 187, green value is 113 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bb714e hue: 0.05 , saturation: 0.44 and the lightness value of bb714e is 0.52.

The process color (four color CMYK) of #bb714e color hex is 0.00, 0.40, 0.58, 0.27. Web safe color of #bb714e is #cc6666. Color #bb714e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110001 01001110
Octal 273 161 116
Decimal 187 113 78
Hex BB 71 4E

RGB Percentages of Color #bb714e

%49.47
%29.89
%20.63

CMYK Percentages of Color #bb714e

%0
%40
%58
%27

Triadic Colors of #bb714e

#bb714e #4ebb71 #714ebb

Analogous Colors of #bb714e

#bb714e #bba84e #bb4e61

Monochromatic Colors of #bb714e

#bb714e

Complementary Color

#bb714e #4e98bb

#bb714e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb714e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb714e Color CSS Codes

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

#bb714e Text Font Color

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

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


#bb714e Background Color

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

This div background color is #bb714e


#bb714e Border Color

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

This div border color is #bb714e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb714e


Comments

No comments written yet.

Please login to write comment.