Color Hex Logo

#b1654f Color Hex

#B1654F
(177,101,79)
0 Favorites   0 Comments

Color spaces of #b1654f

RGB 17710179
HSL0.040.390.50
HSV13°55°69°
CMYK 0.000.430.55   0.31
XYZ24.196419.21909.8315
Yxy19.21900.45440.3609
Hunter Lab43.839521.800717.3912
CIE-Lab50.942428.344225.6924

#b1654f color RGB value is (177,101,79).

#b1654f hex color red value is 177, green value is 101 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #b1654f hue: 0.04 , saturation: 0.39 and the lightness value of b1654f is 0.50.

The process color (four color CMYK) of #b1654f color hex is 0.00, 0.43, 0.55, 0.31. Web safe color of #b1654f is #996666. Color #b1654f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01100101 01001111
Octal 261 145 117
Decimal 177 101 79
Hex B1 65 4F

RGB Percentages of Color #b1654f

%49.58
%28.29
%22.13

CMYK Percentages of Color #b1654f

%0
%43
%55
%31

Triadic Colors of #b1654f

#b1654f #4fb165 #654fb1

Analogous Colors of #b1654f

#b1654f #b1964f #b14f6a

Monochromatic Colors of #b1654f

#b1654f

Complementary Color

#b1654f #4f9bb1

#b1654f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1654f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1654f Color CSS Codes

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

#b1654f Text Font Color

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

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


#b1654f Background Color

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

This div background color is #b1654f


#b1654f Border Color

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

This div border color is #b1654f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1654f


Comments

No comments written yet.

Please login to write comment.