Color Hex Logo

#b7420a Color Hex

#B7420A
(183,66,10)
0 Favorites   0 Comments

Color spaces of #b7420a

RGB 1836610
HSL0.050.900.38
HSV19°95°72°
CMYK 0.000.640.95   0.28
XYZ21.531413.98561.8518
Yxy13.98560.57620.3743
Hunter Lab37.397337.325523.2423
CIE-Lab44.212345.264152.3813

#b7420a color RGB value is (183,66,10).

#b7420a hex color red value is 183, green value is 66 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #b7420a hue: 0.05 , saturation: 0.90 and the lightness value of b7420a is 0.38.

The process color (four color CMYK) of #b7420a color hex is 0.00, 0.64, 0.95, 0.28. Web safe color of #b7420a is #cc3300. Color #b7420a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01000010 00001010
Octal 267 102 12
Decimal 183 66 10
Hex B7 42 A

RGB Percentages of Color #b7420a

%70.66
%25.48
%3.86

CMYK Percentages of Color #b7420a

%0
%64
%95
%28

Triadic Colors of #b7420a

#b7420a #0ab742 #420ab7

Analogous Colors of #b7420a

#b7420a #b7990a #b70a29

Monochromatic Colors of #b7420a

#b7420a

Complementary Color

#b7420a #0a7fb7

#b7420a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7420a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7420a Color CSS Codes

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

#b7420a Text Font Color

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

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


#b7420a Background Color

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

This div background color is #b7420a


#b7420a Border Color

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

This div border color is #b7420a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7420a


Comments

No comments written yet.

Please login to write comment.