Color Hex Logo

#b1965d Color Hex

#B1965D
(177,150,93)
0 Favorites   0 Comments

Color spaces of #b1965d

RGB 17715093
HSL0.110.350.53
HSV41°47°69°
CMYK 0.000.150.47   0.31
XYZ31.013631.950114.8883
Yxy31.95010.39840.4104
Hunter Lab56.5244-0.979023.9504
CIE-Lab63.30162.406833.6903

#b1965d color RGB value is (177,150,93).

#b1965d hex color red value is 177, green value is 150 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #b1965d hue: 0.11 , saturation: 0.35 and the lightness value of b1965d is 0.53.

The process color (four color CMYK) of #b1965d color hex is 0.00, 0.15, 0.47, 0.31. Web safe color of #b1965d is #999966. Color #b1965d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10010110 01011101
Octal 261 226 135
Decimal 177 150 93
Hex B1 96 5D

RGB Percentages of Color #b1965d

%42.14
%35.71
%22.14

CMYK Percentages of Color #b1965d

%0
%15
%47
%31

Triadic Colors of #b1965d

#b1965d #5db196 #965db1

Analogous Colors of #b1965d

#b1965d #a2b15d #b16c5d

Monochromatic Colors of #b1965d

#b1965d

Complementary Color

#b1965d #5d78b1

#b1965d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1965d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1965d Color CSS Codes

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

#b1965d Text Font Color

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

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


#b1965d Background Color

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

This div background color is #b1965d


#b1965d Border Color

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

This div border color is #b1965d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,150,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b1965d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b1965d;
  -webkit-box-shadow: 1px 1px 3px 2px #b1965d;
  box-shadow:         1px 1px 3px 2px #b1965d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,150,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1965d


Comments

No comments written yet.

Please login to write comment.