Color Hex Logo

#b65041 Color Hex

#B65041
(182,80,65)
0 Favorites   0 Comments

Color spaces of #b65041

RGB 1828065
HSL0.020.470.48
HSV64°71°
CMYK 0.000.560.64   0.29
XYZ23.114216.06416.8834
Yxy16.06410.50180.3488
Hunter Lab40.080032.801017.8735
CIE-Lab47.058540.288829.0485

#b65041 color RGB value is (182,80,65).

#b65041 hex color red value is 182, green value is 80 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #b65041 hue: 0.02 , saturation: 0.47 and the lightness value of b65041 is 0.48.

The process color (four color CMYK) of #b65041 color hex is 0.00, 0.56, 0.64, 0.29. Web safe color of #b65041 is #cc6633. Color #b65041 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01010000 01000001
Octal 266 120 101
Decimal 182 80 65
Hex B6 50 41

RGB Percentages of Color #b65041

%55.66
%24.46
%19.88

CMYK Percentages of Color #b65041

%0
%56
%64
%29

Triadic Colors of #b65041

#b65041 #41b650 #5041b6

Analogous Colors of #b65041

#b65041 #b68b41 #b6416d

Monochromatic Colors of #b65041

#b65041

Complementary Color

#b65041 #41a7b6

#b65041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b65041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b65041 Color CSS Codes

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

#b65041 Text Font Color

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

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


#b65041 Background Color

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

This div background color is #b65041


#b65041 Border Color

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

This div border color is #b65041


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b65041


Comments

No comments written yet.

Please login to write comment.