Color Hex Logo

#b05333 Color Hex

#B05333
(176,83,51)
0 Favorites   0 Comments

Color spaces of #b05333

RGB 1768351
HSL0.040.550.45
HSV15°71°69°
CMYK 0.000.530.71   0.31
XYZ21.595315.65565.0156
Yxy15.65560.51090.3704
Hunter Lab39.567228.180720.1813
CIE-Lab46.519435.621036.0978

#b05333 color RGB value is (176,83,51).

#b05333 hex color red value is 176, green value is 83 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #b05333 hue: 0.04 , saturation: 0.55 and the lightness value of b05333 is 0.45.

The process color (four color CMYK) of #b05333 color hex is 0.00, 0.53, 0.71, 0.31. Web safe color of #b05333 is #996633. Color #b05333 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010011 00110011
Octal 260 123 63
Decimal 176 83 51
Hex B0 53 33

RGB Percentages of Color #b05333

%56.77
%26.77
%16.45

CMYK Percentages of Color #b05333

%0
%53
%71
%31

Triadic Colors of #b05333

#b05333 #33b053 #5333b0

Analogous Colors of #b05333

#b05333 #b09233 #b03351

Monochromatic Colors of #b05333

#b05333

Complementary Color

#b05333 #3390b0

#b05333 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b05333 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b05333 Color CSS Codes

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

#b05333 Text Font Color

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

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


#b05333 Background Color

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

This div background color is #b05333


#b05333 Border Color

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

This div border color is #b05333


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b05333


Comments

No comments written yet.

Please login to write comment.