Color Hex Logo

#b65238 Color Hex

#B65238
(182,82,56)
0 Favorites   0 Comments

Color spaces of #b65238

RGB 1828256
HSL0.030.530.47
HSV12°69°71°
CMYK 0.000.550.69   0.29
XYZ23.022516.26525.6675
Yxy16.26520.51210.3618
Hunter Lab40.330131.319219.8992
CIE-Lab47.320538.746134.4986

#b65238 color RGB value is (182,82,56).

#b65238 hex color red value is 182, green value is 82 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #b65238 hue: 0.03 , saturation: 0.53 and the lightness value of b65238 is 0.47.

The process color (four color CMYK) of #b65238 color hex is 0.00, 0.55, 0.69, 0.29. Web safe color of #b65238 is #cc6633. Color #b65238 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01010010 00111000
Octal 266 122 70
Decimal 182 82 56
Hex B6 52 38

RGB Percentages of Color #b65238

%56.88
%25.63
%17.50

CMYK Percentages of Color #b65238

%0
%55
%69
%29

Triadic Colors of #b65238

#b65238 #38b652 #5238b6

Analogous Colors of #b65238

#b65238 #b69138 #b6385d

Monochromatic Colors of #b65238

#b65238

Complementary Color

#b65238 #389cb6

#b65238 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b65238 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b65238 Color CSS Codes

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

#b65238 Text Font Color

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

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


#b65238 Background Color

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

This div background color is #b65238


#b65238 Border Color

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

This div border color is #b65238


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b65238


Comments

No comments written yet.

Please login to write comment.