Color Hex Logo

#b74446 Color Hex

#B74446
(183,68,70)
0 Favorites   0 Comments

Color spaces of #b74446

RGB 1836870
HSL1.000.460.49
HSV359°63°72°
CMYK 0.000.630.62   0.28
XYZ22.701114.64377.4244
Yxy14.64370.50710.3271
Hunter Lab38.267138.923815.2838
CIE-Lab45.142346.677923.7099

#b74446 color RGB value is (183,68,70).

#b74446 hex color red value is 183, green value is 68 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #b74446 hue: 1.00 , saturation: 0.46 and the lightness value of b74446 is 0.49.

The process color (four color CMYK) of #b74446 color hex is 0.00, 0.63, 0.62, 0.28. Web safe color of #b74446 is #cc3333. Color #b74446 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01000100 01000110
Octal 267 104 106
Decimal 183 68 70
Hex B7 44 46

RGB Percentages of Color #b74446

%57.01
%21.18
%21.81

CMYK Percentages of Color #b74446

%0
%63
%62
%28

Triadic Colors of #b74446

#b74446 #46b744 #4446b7

Analogous Colors of #b74446

#b74446 #b77c44 #b74480

Monochromatic Colors of #b74446

#b74446

Complementary Color

#b74446 #44b7b5

#b74446 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b74446 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b74446 Color CSS Codes

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

#b74446 Text Font Color

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

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


#b74446 Background Color

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

This div background color is #b74446


#b74446 Border Color

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

This div border color is #b74446


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b74446


Comments

No comments written yet.

Please login to write comment.