Color Hex Logo

#b74235 Color Hex

#B74235
(183,66,53)
0 Favorites   0 Comments

Color spaces of #b74235

RGB 1836653
HSL0.020.550.46
HSV71°72°
CMYK 0.000.640.71   0.28
XYZ22.119314.22084.9472
Yxy14.22080.53570.3444
Hunter Lab37.710538.706918.6191
CIE-Lab44.547946.566533.0262

#b74235 color RGB value is (183,66,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01000010 00110101
Octal 267 102 65
Decimal 183 66 53
Hex B7 42 35

RGB Percentages of Color #b74235

%60.60
%21.85
%17.55

CMYK Percentages of Color #b74235

%0
%64
%71
%28

Triadic Colors of #b74235

#b74235 #35b742 #4235b7

Analogous Colors of #b74235

#b74235 #b78335 #b73569

Monochromatic Colors of #b74235

#b74235

Complementary Color

#b74235 #35aab7

#b74235 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b74235 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b74235 Color CSS Codes

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

#b74235 Text Font Color

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

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


#b74235 Background Color

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

This div background color is #b74235


#b74235 Border Color

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

This div border color is #b74235


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b74235


Comments

No comments written yet.

Please login to write comment.