Color Hex Logo

#b66969 Color Hex

#B66969
(182,105,105)
1 Favorites   0 Comments

Color spaces of #b66969

RGB 182105105
HSL0.000.350.56
HSV42°71°
CMYK 0.000.420.42   0.29
XYZ26.892821.068216.0138
Yxy21.06820.42040.3293
Hunter Lab45.900124.257711.4448
CIE-Lab53.024130.730913.4368

#b66969 color RGB value is (182,105,105).

#b66969 hex color red value is 182, green value is 105 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #b66969 hue: 0.00 , saturation: 0.35 and the lightness value of b66969 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01101001 01101001
Octal 266 151 151
Decimal 182 105 105
Hex B6 69 69

RGB Percentages of Color #b66969

%46.43
%26.79
%26.79

CMYK Percentages of Color #b66969

%0
%42
%42
%29

Triadic Colors of #b66969

#b66969 #69b669 #6969b6

Analogous Colors of #b66969

#b66969 #b69069 #b66990

Monochromatic Colors of #b66969

#b66969

Complementary Color

#b66969 #69b6b6

#b66969 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b66969 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b66969 Color CSS Codes

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

#b66969 Text Font Color

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

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


#b66969 Background Color

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

This div background color is #b66969


#b66969 Border Color

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

This div border color is #b66969


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b66969


Comments

No comments written yet.

Please login to write comment.