Color Hex Logo

#b05530 Color Hex

#B05530
(176,85,48)
0 Favorites   0 Comments

Color spaces of #b05530

RGB 1768548
HSL0.050.570.44
HSV17°73°69°
CMYK 0.000.520.73   0.31
XYZ21.686515.94054.7301
Yxy15.94050.51200.3763
Hunter Lab39.925627.086720.9236
CIE-Lab46.896334.425038.1347

#b05530 color RGB value is (176,85,48).

#b05530 hex color red value is 176, green value is 85 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #b05530 hue: 0.05 , saturation: 0.57 and the lightness value of b05530 is 0.44.

The process color (four color CMYK) of #b05530 color hex is 0.00, 0.52, 0.73, 0.31. Web safe color of #b05530 is #996633. Color #b05530 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010101 00110000
Octal 260 125 60
Decimal 176 85 48
Hex B0 55 30

RGB Percentages of Color #b05530

%56.96
%27.51
%15.53

CMYK Percentages of Color #b05530

%0
%52
%73
%31

Triadic Colors of #b05530

#b05530 #30b055 #5530b0

Analogous Colors of #b05530

#b05530 #b09530 #b0304b

Monochromatic Colors of #b05530

#b05530

Complementary Color

#b05530 #308bb0

#b05530 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b05530 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b05530 Color CSS Codes

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

#b05530 Text Font Color

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

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


#b05530 Background Color

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

This div background color is #b05530


#b05530 Border Color

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

This div border color is #b05530


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,85,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b05530; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b05530;
  -webkit-box-shadow: 1px 1px 3px 2px #b05530;
  box-shadow:         1px 1px 3px 2px #b05530; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,85,48, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b05530


Comments

No comments written yet.

Please login to write comment.