Color Hex Logo

#b65259 Color Hex

#B65259
(182,82,89)
0 Favorites   0 Comments

Color spaces of #b65259

RGB 1828289
HSL0.990.410.52
HSV356°55°71°
CMYK 0.000.550.51   0.29
XYZ24.111916.700911.4040
Yxy16.70090.46180.3198
Hunter Lab40.866733.800512.0616
CIE-Lab47.880941.171015.8647

#b65259 color RGB value is (182,82,89).

#b65259 hex color red value is 182, green value is 82 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #b65259 hue: 0.99 , saturation: 0.41 and the lightness value of b65259 is 0.52.

The process color (four color CMYK) of #b65259 color hex is 0.00, 0.55, 0.51, 0.29. Web safe color of #b65259 is #cc6666. Color #b65259 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01010010 01011001
Octal 266 122 131
Decimal 182 82 89
Hex B6 52 59

RGB Percentages of Color #b65259

%51.56
%23.23
%25.21

CMYK Percentages of Color #b65259

%0
%55
%51
%29

Triadic Colors of #b65259

#b65259 #59b652 #5259b6

Analogous Colors of #b65259

#b65259 #b67d52 #b6528b

Monochromatic Colors of #b65259

#b65259

Complementary Color

#b65259 #52b6af

#b65259 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b65259 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b65259 Color CSS Codes

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

#b65259 Text Font Color

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

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


#b65259 Background Color

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

This div background color is #b65259


#b65259 Border Color

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

This div border color is #b65259


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b65259


Comments

No comments written yet.

Please login to write comment.