Color Hex Logo

#b66163 Color Hex

#B66163
(182,97,99)
0 Favorites   0 Comments

Color spaces of #b66163

RGB 1829799
HSL1.000.370.55
HSV359°47°71°
CMYK 0.000.470.46   0.29
XYZ25.818219.395314.1873
Yxy19.39530.43460.3265
Hunter Lab44.040127.574211.7281
CIE-Lab51.146534.392014.3764

#b66163 color RGB value is (182,97,99).

#b66163 hex color red value is 182, green value is 97 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #b66163 hue: 1.00 , saturation: 0.37 and the lightness value of b66163 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01100001 01100011
Octal 266 141 143
Decimal 182 97 99
Hex B6 61 63

RGB Percentages of Color #b66163

%48.15
%25.66
%26.19

CMYK Percentages of Color #b66163

%0
%47
%46
%29

Triadic Colors of #b66163

#b66163 #63b661 #6163b6

Analogous Colors of #b66163

#b66163 #b68a61 #b6618e

Monochromatic Colors of #b66163

#b66163

Complementary Color

#b66163 #61b6b4

#b66163 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b66163 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b66163 Color CSS Codes

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

#b66163 Text Font Color

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

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


#b66163 Background Color

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

This div background color is #b66163


#b66163 Border Color

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

This div border color is #b66163


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,97,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 #b66163">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b66163


Comments

No comments written yet.

Please login to write comment.