Color Hex Logo

#b2500a Color Hex

#B2500A
(178,80,10)
0 Favorites   0 Comments

Color spaces of #b2500a

RGB 1788010
HSL0.070.890.37
HSV25°94°70°
CMYK 0.000.550.94   0.30
XYZ21.283515.22422.1040
Yxy15.22420.55120.3943
Hunter Lab39.018229.085724.1156
CIE-Lab45.939836.643853.1235

#b2500a color RGB value is (178,80,10).

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

The process color (four color CMYK) of #b2500a color hex is 0.00, 0.55, 0.94, 0.30. Web safe color of #b2500a is #996600. Color #b2500a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01010000 00001010
Octal 262 120 12
Decimal 178 80 10
Hex B2 50 A

RGB Percentages of Color #b2500a

%66.42
%29.85
%3.73

CMYK Percentages of Color #b2500a

%0
%55
%94
%30

Triadic Colors of #b2500a

#b2500a #0ab250 #500ab2

Analogous Colors of #b2500a

#b2500a #b2a40a #b20a18

Monochromatic Colors of #b2500a

#b2500a

Complementary Color

#b2500a #0a6cb2

#b2500a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2500a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2500a Color CSS Codes

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

#b2500a Text Font Color

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

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


#b2500a Background Color

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

This div background color is #b2500a


#b2500a Border Color

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

This div border color is #b2500a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,80,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 #b2500a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2500a


Comments

No comments written yet.

Please login to write comment.