Color Hex Logo

#b46265 Color Hex

#B46265
(180,98,101)
0 Favorites   0 Comments

Color spaces of #b46265

RGB 18098101
HSL0.990.350.55
HSV358°46°71°
CMYK 0.000.460.44   0.29
XYZ25.539019.378214.7062
Yxy19.37820.42830.3250
Hunter Lab44.020726.522211.0072
CIE-Lab51.126833.305613.1210

#b46265 color RGB value is (180,98,101).

#b46265 hex color red value is 180, green value is 98 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #b46265 hue: 0.99 , saturation: 0.35 and the lightness value of b46265 is 0.55.

The process color (four color CMYK) of #b46265 color hex is 0.00, 0.46, 0.44, 0.29. Web safe color of #b46265 is #cc6666. Color #b46265 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100010 01100101
Octal 264 142 145
Decimal 180 98 101
Hex B4 62 65

RGB Percentages of Color #b46265

%47.49
%25.86
%26.65

CMYK Percentages of Color #b46265

%0
%46
%44
%29

Triadic Colors of #b46265

#b46265 #65b462 #6265b4

Analogous Colors of #b46265

#b46265 #b48862 #b4628e

Monochromatic Colors of #b46265

#b46265

Complementary Color

#b46265 #62b4b1

#b46265 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46265 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46265 Color CSS Codes

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

#b46265 Text Font Color

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

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


#b46265 Background Color

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

This div background color is #b46265


#b46265 Border Color

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

This div border color is #b46265


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46265


Comments

No comments written yet.

Please login to write comment.