Color Hex Logo

#b7765f Color Hex

#B7765F
(183,118,95)
0 Favorites   0 Comments

Color spaces of #b7765f

RGB 18311895
HSL0.040.380.55
HSV16°48°72°
CMYK 0.000.360.48   0.28
XYZ28.072423.850413.9505
Yxy23.85040.42620.3621
Hunter Lab48.836917.140817.2493
CIE-Lab55.937722.902923.2044

#b7765f color RGB value is (183,118,95).

#b7765f hex color red value is 183, green value is 118 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #b7765f hue: 0.04 , saturation: 0.38 and the lightness value of b7765f is 0.55.

The process color (four color CMYK) of #b7765f color hex is 0.00, 0.36, 0.48, 0.28. Web safe color of #b7765f is #cc6666. Color #b7765f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110110 01011111
Octal 267 166 137
Decimal 183 118 95
Hex B7 76 5F

RGB Percentages of Color #b7765f

%46.21
%29.80
%23.99

CMYK Percentages of Color #b7765f

%0
%36
%48
%28

Triadic Colors of #b7765f

#b7765f #5fb776 #765fb7

Analogous Colors of #b7765f

#b7765f #b7a25f #b75f74

Monochromatic Colors of #b7765f

#b7765f

Complementary Color

#b7765f #5fa0b7

#b7765f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7765f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7765f Color CSS Codes

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

#b7765f Text Font Color

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

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


#b7765f Background Color

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

This div background color is #b7765f


#b7765f Border Color

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

This div border color is #b7765f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,118,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b7765f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b7765f;
  -webkit-box-shadow: 1px 1px 3px 2px #b7765f;
  box-shadow:         1px 1px 3px 2px #b7765f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,118,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7765f


Comments

No comments written yet.

Please login to write comment.