Color Hex Logo

#b65e4a Color Hex

#B65E4A
(182,94,74)
0 Favorites   0 Comments

Color spaces of #b65e4a

RGB 1829474
HSL0.030.430.50
HSV11°59°71°
CMYK 0.000.480.59   0.29
XYZ24.530118.44498.7459
Yxy18.44490.47430.3566
Hunter Lab42.947526.794717.9894
CIE-Lab50.031333.721527.5536

#b65e4a color RGB value is (182,94,74).

#b65e4a hex color red value is 182, green value is 94 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #b65e4a hue: 0.03 , saturation: 0.43 and the lightness value of b65e4a is 0.50.

The process color (four color CMYK) of #b65e4a color hex is 0.00, 0.48, 0.59, 0.29. Web safe color of #b65e4a is #cc6633. Color #b65e4a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01011110 01001010
Octal 266 136 112
Decimal 182 94 74
Hex B6 5E 4A

RGB Percentages of Color #b65e4a

%52.00
%26.86
%21.14

CMYK Percentages of Color #b65e4a

%0
%48
%59
%29

Triadic Colors of #b65e4a

#b65e4a #4ab65e #5e4ab6

Analogous Colors of #b65e4a

#b65e4a #b6944a #b64a6c

Monochromatic Colors of #b65e4a

#b65e4a

Complementary Color

#b65e4a #4aa2b6

#b65e4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b65e4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b65e4a Color CSS Codes

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

#b65e4a Text Font Color

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

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


#b65e4a Background Color

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

This div background color is #b65e4a


#b65e4a Border Color

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

This div border color is #b65e4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b65e4a


Comments

No comments written yet.

Please login to write comment.