Color Hex Logo

#b5653e Color Hex

#B5653E
(181,101,62)
0 Favorites   0 Comments

Color spaces of #b5653e

RGB 18110162
HSL0.050.490.48
HSV20°66°71°
CMYK 0.000.440.66   0.29
XYZ24.579219.47897.0218
Yxy19.47890.48120.3813
Hunter Lab44.134922.172521.4615
CIE-Lab51.242928.711735.7326

#b5653e color RGB value is (181,101,62).

#b5653e hex color red value is 181, green value is 101 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #b5653e hue: 0.05 , saturation: 0.49 and the lightness value of b5653e is 0.48.

The process color (four color CMYK) of #b5653e color hex is 0.00, 0.44, 0.66, 0.29. Web safe color of #b5653e is #cc6633. Color #b5653e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01100101 00111110
Octal 265 145 76
Decimal 181 101 62
Hex B5 65 3E

RGB Percentages of Color #b5653e

%52.62
%29.36
%18.02

CMYK Percentages of Color #b5653e

%0
%44
%66
%29

Triadic Colors of #b5653e

#b5653e #3eb565 #653eb5

Analogous Colors of #b5653e

#b5653e #b5a13e #b53e52

Monochromatic Colors of #b5653e

#b5653e

Complementary Color

#b5653e #3e8eb5

#b5653e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5653e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5653e Color CSS Codes

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

#b5653e Text Font Color

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

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


#b5653e Background Color

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

This div background color is #b5653e


#b5653e Border Color

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

This div border color is #b5653e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,101,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b5653e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b5653e;
  -webkit-box-shadow: 1px 1px 3px 2px #b5653e;
  box-shadow:         1px 1px 3px 2px #b5653e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,101,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5653e


Comments

No comments written yet.

Please login to write comment.