Color Hex Logo

#b1630a Color Hex

#B1630A
(177,99,10)
0 Favorites   0 Comments

Color spaces of #b1630a

RGB 1779910
HSL0.090.890.37
HSV32°94°69°
CMYK 0.000.440.94   0.31
XYZ22.648118.29272.6243
Yxy18.29270.51990.4199
Hunter Lab42.770019.674226.3010
CIE-Lab49.849226.147755.7615

#b1630a color RGB value is (177,99,10).

#b1630a hex color red value is 177, green value is 99 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #b1630a hue: 0.09 , saturation: 0.89 and the lightness value of b1630a is 0.37.

The process color (four color CMYK) of #b1630a color hex is 0.00, 0.44, 0.94, 0.31. Web safe color of #b1630a is #996600. Color #b1630a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01100011 00001010
Octal 261 143 12
Decimal 177 99 10
Hex B1 63 A

RGB Percentages of Color #b1630a

%61.89
%34.62
%3.50

CMYK Percentages of Color #b1630a

%0
%44
%94
%31

Triadic Colors of #b1630a

#b1630a #0ab163 #630ab1

Analogous Colors of #b1630a

#b1630a #acb10a #b1100a

Monochromatic Colors of #b1630a

#b1630a

Complementary Color

#b1630a #0a58b1

#b1630a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1630a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1630a Color CSS Codes

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

#b1630a Text Font Color

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

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


#b1630a Background Color

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

This div background color is #b1630a


#b1630a Border Color

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

This div border color is #b1630a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1630a


Comments

No comments written yet.

Please login to write comment.