Color Hex Logo

#bb713e Color Hex

#BB713E
(187,113,62)
0 Favorites   0 Comments

Color spaces of #bb713e

RGB 18711362
HSL0.070.500.49
HSV24°67°73°
CMYK 0.000.400.67   0.27
XYZ27.268122.72297.5062
Yxy22.72290.47430.3952
Hunter Lab47.668518.688424.0318
CIE-Lab54.785824.657240.0376

#bb713e color RGB value is (187,113,62).

#bb713e hex color red value is 187, green value is 113 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #bb713e hue: 0.07 , saturation: 0.50 and the lightness value of bb713e is 0.49.

The process color (four color CMYK) of #bb713e color hex is 0.00, 0.40, 0.67, 0.27. Web safe color of #bb713e is #cc6633. Color #bb713e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110001 00111110
Octal 273 161 76
Decimal 187 113 62
Hex BB 71 3E

RGB Percentages of Color #bb713e

%51.66
%31.22
%17.13

CMYK Percentages of Color #bb713e

%0
%40
%67
%27

Triadic Colors of #bb713e

#bb713e #3ebb71 #713ebb

Analogous Colors of #bb713e

#bb713e #bbb03e #bb3e4a

Monochromatic Colors of #bb713e

#bb713e

Complementary Color

#bb713e #3e88bb

#bb713e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb713e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb713e Color CSS Codes

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

#bb713e Text Font Color

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

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


#bb713e Background Color

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

This div background color is #bb713e


#bb713e Border Color

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

This div border color is #bb713e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb713e


Comments

No comments written yet.

Please login to write comment.