Html Css Color HEX #B66866 Contessa

📋 copy color: '#B66866'

red 182 ◦ green 104 ◦ blue 102

#B66866
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Contessa #B66866

Tints of Contessa #B66866

RGB

 RED value IS 182 (71.48% from 255) = 46.91%

 GREEN value IS 104 (41.02% from 255) = 26.8%

 BLUE value IS 102 (40.23% from 255) = 26.29%

R = 46.91%
G = 26.8%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.44

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B66866 (or 0xB66866) is known color: Contessa. HEX triplet: B6, 68 and 66. RGB value is (182,104,102). Sum of RGB (Red+Green+Blue) = 182+104+102=388 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.91% from 388); Green value is 104 (41.02% from 255 or 26.80% from 388); Blue value is 102 (40.23% from 255 or 26.29% from 388); Max value from RGB is 182 - color contains mainly: red. Hex color #B66866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66866 is #499799. Grayscale: #7F7F7F. Windows color (decimal): -4822938 or 6711478. OLE color: 6711478.

HSL color Cylindrical-coordinate representation of color #B66866: hue angle of 1.5º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B66866 is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 104 102 -
CMYK 0 0.43 0.44 0.29
HSL 1.5º 0.35% 0.56% -
HSV(B) 1.5º 0.44% 0.71% -
XYZ 26.64 20.81 15.18 -
YUV 127.09 113.84 167.16 -
System Red Green Blue C M Y K H S L
Decimal 182 104 102 0 0.43 0.44 0.29 1.5 0.35 0.56
Hex B6 68 66 0 2B 2C 1D 2 23 38
Octal 266 150 146 0 53 54 35 2 43 70
Binary 10110110 1101000 1100110 0 101011 101100 11101 10 100011 111000

Color Harmonies of #B66866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66866

Black with #B66866

Text Example


Text Example

White with #B66866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66866; }

 p { color: rgb(182,104,102); }

 H1.HeaderClassName
 {
   color: #B66866;
 }
 .AnyTagClassName
 {
   color: #B66866;
 }
</style>

background-color css

<style>
 a { background-color: #B66866; }

 a { background-color: rgb(182,104,102); }

 div.DivClassName
 {
   background-color: #B66866;
 }
 .BgClassName
 {
   background-color: #B66866;
 }
</style>

border-color css

<style>
 span { border-color: #B66866; }

 span { border-color: rgb(182,104,102); }

 td.TdClassName
 {
   border-color: #B66866;
 }
 .TagClassName
 {
   border-color: #B66866;
 }
</style>