Color Hex Logo

#b28535 Color Hex

#B28535
(178,133,53)
0 Favorites   0 Comments

Color spaces of #b28535

RGB 17813353
HSL0.110.540.45
HSV38°70°70°
CMYK 0.000.250.70   0.30
XYZ27.390226.49717.0390
Yxy26.49710.44960.4349
Hunter Lab51.47534.898627.9251
CIE-Lab58.50599.113548.1896

#b28535 color RGB value is (178,133,53).

#b28535 hex color red value is 178, green value is 133 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #b28535 hue: 0.11 , saturation: 0.54 and the lightness value of b28535 is 0.45.

The process color (four color CMYK) of #b28535 color hex is 0.00, 0.25, 0.70, 0.30. Web safe color of #b28535 is #999933. Color #b28535 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10000101 00110101
Octal 262 205 65
Decimal 178 133 53
Hex B2 85 35

RGB Percentages of Color #b28535

%48.90
%36.54
%14.56

CMYK Percentages of Color #b28535

%0
%25
%70
%30

Triadic Colors of #b28535

#b28535 #35b285 #8535b2

Analogous Colors of #b28535

#b28535 #a1b235 #b24735

Monochromatic Colors of #b28535

#b28535

Complementary Color

#b28535 #3562b2

#b28535 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28535 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28535 Color CSS Codes

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

#b28535 Text Font Color

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

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


#b28535 Background Color

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

This div background color is #b28535


#b28535 Border Color

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

This div border color is #b28535


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,133,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 #b28535">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28535


Comments

No comments written yet.

Please login to write comment.