Color Hex Logo

#b1751a Color Hex

#B1751A
(177,117,26)
0 Favorites   0 Comments

Color spaces of #b1751a

RGB 17711726
HSL0.100.740.40
HSV36°85°69°
CMYK 0.000.340.85   0.31
XYZ24.679222.14433.9508
Yxy22.14430.48610.4361
Hunter Lab47.057711.262427.9626
CIE-Lab54.179816.484054.7874

#b1751a color RGB value is (177,117,26).

#b1751a hex color red value is 177, green value is 117 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #b1751a hue: 0.10 , saturation: 0.74 and the lightness value of b1751a is 0.40.

The process color (four color CMYK) of #b1751a color hex is 0.00, 0.34, 0.85, 0.31. Web safe color of #b1751a is #996633. Color #b1751a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01110101 00011010
Octal 261 165 32
Decimal 177 117 26
Hex B1 75 1A

RGB Percentages of Color #b1751a

%55.31
%36.56
%8.13

CMYK Percentages of Color #b1751a

%0
%34
%85
%31

Triadic Colors of #b1751a

#b1751a #1ab175 #751ab1

Analogous Colors of #b1751a

#b1751a #a2b11a #b1291a

Monochromatic Colors of #b1751a

#b1751a

Complementary Color

#b1751a #1a56b1

#b1751a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1751a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1751a Color CSS Codes

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

#b1751a Text Font Color

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

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


#b1751a Background Color

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

This div background color is #b1751a


#b1751a Border Color

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

This div border color is #b1751a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1751a


Comments

No comments written yet.

Please login to write comment.