Color Hex Logo

#b65638 Color Hex

#B65638
(182,86,56)
0 Favorites   0 Comments

Color spaces of #b65638

RGB 1828656
HSL0.040.530.47
HSV14°69°71°
CMYK 0.000.530.69   0.29
XYZ23.333016.88625.7710
Yxy16.88620.50730.3672
Hunter Lab41.092829.442020.4384
CIE-Lab48.116336.710835.4188

#b65638 color RGB value is (182,86,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01010110 00111000
Octal 266 126 70
Decimal 182 86 56
Hex B6 56 38

RGB Percentages of Color #b65638

%56.17
%26.54
%17.28

CMYK Percentages of Color #b65638

%0
%53
%69
%29

Triadic Colors of #b65638

#b65638 #38b656 #5638b6

Analogous Colors of #b65638

#b65638 #b69538 #b63859

Monochromatic Colors of #b65638

#b65638

Complementary Color

#b65638 #3898b6

#b65638 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b65638 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b65638 Color CSS Codes

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

#b65638 Text Font Color

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

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


#b65638 Background Color

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

This div background color is #b65638


#b65638 Border Color

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

This div border color is #b65638


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b65638


Comments

No comments written yet.

Please login to write comment.