Color Hex Logo

#b7422f Color Hex

#B7422F
(183,66,47)
0 Favorites   0 Comments

Color spaces of #b7422f

RGB 1836647
HSL0.020.590.45
HSV74°72°
CMYK 0.000.640.74   0.28
XYZ21.989714.16894.2652
Yxy14.16890.54400.3505
Hunter Lab37.641638.404419.6309
CIE-Lab44.474246.282636.3419

#b7422f color RGB value is (183,66,47).

#b7422f hex color red value is 183, green value is 66 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #b7422f hue: 0.02 , saturation: 0.59 and the lightness value of b7422f is 0.45.

The process color (four color CMYK) of #b7422f color hex is 0.00, 0.64, 0.74, 0.28. Web safe color of #b7422f is #cc3333. Color #b7422f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01000010 00101111
Octal 267 102 57
Decimal 183 66 47
Hex B7 42 2F

RGB Percentages of Color #b7422f

%61.82
%22.30
%15.88

CMYK Percentages of Color #b7422f

%0
%64
%74
%28

Triadic Colors of #b7422f

#b7422f #2fb742 #422fb7

Analogous Colors of #b7422f

#b7422f #b7862f #b72f60

Monochromatic Colors of #b7422f

#b7422f

Complementary Color

#b7422f #2fa4b7

#b7422f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7422f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7422f Color CSS Codes

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

#b7422f Text Font Color

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

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


#b7422f Background Color

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

This div background color is #b7422f


#b7422f Border Color

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

This div border color is #b7422f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,66,47, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7422f


Comments

No comments written yet.

Please login to write comment.