Color Hex Logo

#b7412d Color Hex

#B7412D
(183,65,45)
0 Favorites   0 Comments

Color spaces of #b7412d

RGB 1836545
HSL0.020.610.45
HSV75°72°
CMYK 0.000.640.75   0.28
XYZ21.892414.03734.0382
Yxy14.03730.54770.3512
Hunter Lab37.466438.735119.8361
CIE-Lab44.286446.638737.2451

#b7412d color RGB value is (183,65,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01000001 00101101
Octal 267 101 55
Decimal 183 65 45
Hex B7 41 2D

RGB Percentages of Color #b7412d

%62.46
%22.18
%15.36

CMYK Percentages of Color #b7412d

%0
%64
%75
%28

Triadic Colors of #b7412d

#b7412d #2db741 #412db7

Analogous Colors of #b7412d

#b7412d #b7862d #b72d5e

Monochromatic Colors of #b7412d

#b7412d

Complementary Color

#b7412d #2da3b7

#b7412d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7412d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7412d Color CSS Codes

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

#b7412d Text Font Color

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

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


#b7412d Background Color

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

This div background color is #b7412d


#b7412d Border Color

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

This div border color is #b7412d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7412d


Comments

No comments written yet.

Please login to write comment.