Color Hex Logo

#b7332f Color Hex

#B7332F
(183,51,47)
0 Favorites   0 Comments

Color spaces of #b7332f

RGB 1835147
HSL0.000.590.45
HSV74°72°
CMYK 0.000.720.74   0.28
XYZ21.225412.64024.0104
Yxy12.64020.56040.3337
Hunter Lab35.553144.347818.1992
CIE-Lab42.216052.417833.8289

#b7332f color RGB value is (183,51,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00110011 00101111
Octal 267 63 57
Decimal 183 51 47
Hex B7 33 2F

RGB Percentages of Color #b7332f

%65.12
%18.15
%16.73

CMYK Percentages of Color #b7332f

%0
%72
%74
%28

Triadic Colors of #b7332f

#b7332f #2fb733 #332fb7

Analogous Colors of #b7332f

#b7332f #b7772f #b72f6f

Monochromatic Colors of #b7332f

#b7332f

Complementary Color

#b7332f #2fb3b7

#b7332f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7332f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7332f Color CSS Codes

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

#b7332f Text Font Color

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

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


#b7332f Background Color

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

This div background color is #b7332f


#b7332f Border Color

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

This div border color is #b7332f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7332f


Comments

No comments written yet.

Please login to write comment.