Color Hex Logo

#b75245 Color Hex

#B75245
(183,82,69)
0 Favorites   0 Comments

Color spaces of #b75245

RGB 1838269
HSL0.020.450.49
HSV62°72°
CMYK 0.000.550.62   0.28
XYZ23.619916.53157.5762
Yxy16.53150.49490.3464
Hunter Lab40.658932.542417.4134
CIE-Lab47.664239.937527.5049

#b75245 color RGB value is (183,82,69).

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

The process color (four color CMYK) of #b75245 color hex is 0.00, 0.55, 0.62, 0.28. Web safe color of #b75245 is #cc6633. Color #b75245 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01010010 01000101
Octal 267 122 105
Decimal 183 82 69
Hex B7 52 45

RGB Percentages of Color #b75245

%54.79
%24.55
%20.66

CMYK Percentages of Color #b75245

%0
%55
%62
%28

Triadic Colors of #b75245

#b75245 #45b752 #5245b7

Analogous Colors of #b75245

#b75245 #b78b45 #b74571

Monochromatic Colors of #b75245

#b75245

Complementary Color

#b75245 #45aab7

#b75245 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b75245 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b75245 Color CSS Codes

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

#b75245 Text Font Color

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

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


#b75245 Background Color

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

This div background color is #b75245


#b75245 Border Color

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

This div border color is #b75245


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b75245


Comments

No comments written yet.

Please login to write comment.