Color Hex Logo

#b46663 Color Hex

#B46663
(180,102,99)
0 Favorites   0 Comments

Color spaces of #b46663

RGB 18010299
HSL0.010.350.55
HSV45°71°
CMYK 0.000.430.45   0.29
XYZ25.825920.106914.3242
Yxy20.10690.42860.3337
Hunter Lab44.840724.335412.4485
CIE-Lab51.957930.927015.4502

#b46663 color RGB value is (180,102,99).

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

The process color (four color CMYK) of #b46663 color hex is 0.00, 0.43, 0.45, 0.29. Web safe color of #b46663 is #cc6666. Color #b46663 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100110 01100011
Octal 264 146 143
Decimal 180 102 99
Hex B4 66 63

RGB Percentages of Color #b46663

%47.24
%26.77
%25.98

CMYK Percentages of Color #b46663

%0
%43
%45
%29

Triadic Colors of #b46663

#b46663 #63b466 #6663b4

Analogous Colors of #b46663

#b46663 #b48f63 #b46389

Monochromatic Colors of #b46663

#b46663

Complementary Color

#b46663 #63b1b4

#b46663 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46663 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46663 Color CSS Codes

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

#b46663 Text Font Color

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

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


#b46663 Background Color

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

This div background color is #b46663


#b46663 Border Color

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

This div border color is #b46663


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46663


Comments

No comments written yet.

Please login to write comment.