Color Hex Logo

#b95348 Color Hex

#B95348
(185,83,72)
0 Favorites   0 Comments

Color spaces of #b95348

RGB 1858372
HSL0.020.450.50
HSV61°73°
CMYK 0.000.550.61   0.27
XYZ24.270516.96878.1270
Yxy16.96870.49160.3437
Hunter Lab41.193133.082317.1378
CIE-Lab48.220640.399526.5171

#b95348 color RGB value is (185,83,72).

#b95348 hex color red value is 185, green value is 83 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #b95348 hue: 0.02 , saturation: 0.45 and the lightness value of b95348 is 0.50.

The process color (four color CMYK) of #b95348 color hex is 0.00, 0.55, 0.61, 0.27. Web safe color of #b95348 is #cc6633. Color #b95348 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01010011 01001000
Octal 271 123 110
Decimal 185 83 72
Hex B9 53 48

RGB Percentages of Color #b95348

%54.41
%24.41
%21.18

CMYK Percentages of Color #b95348

%0
%55
%61
%27

Triadic Colors of #b95348

#b95348 #48b953 #5348b9

Analogous Colors of #b95348

#b95348 #b98c48 #b94876

Monochromatic Colors of #b95348

#b95348

Complementary Color

#b95348 #48aeb9

#b95348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b95348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b95348 Color CSS Codes

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

#b95348 Text Font Color

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

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


#b95348 Background Color

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

This div background color is #b95348


#b95348 Border Color

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

This div border color is #b95348


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,83,72, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b95348; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b95348;
  -webkit-box-shadow: 1px 1px 3px 2px #b95348;
  box-shadow:         1px 1px 3px 2px #b95348; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,83,72, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b95348


Comments

No comments written yet.

Please login to write comment.