Html Css Color HEX #BB6866 Contessa

📋 copy color: '#BB6866'

red 187 ◦ green 104 ◦ blue 102

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

Shades of Contessa #BB6866

Tints of Contessa #BB6866

RGB

 RED value IS 187 (73.44% from 255) = 47.58%

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

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

R = 47.58%
G = 26.46%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BB6866 (or 0xBB6866) is known color: Contessa. HEX triplet: BB, 68 and 66. RGB value is (187,104,102). Sum of RGB (Red+Green+Blue) = 187+104+102=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 102 (40.23% from 255 or 25.95% from 393); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6866 is #449799. Grayscale: #808080. Windows color (decimal): -4495258 or 6711483. OLE color: 6711483.

HSL color Cylindrical-coordinate representation of color #BB6866: hue angle of 1.41º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB6866 is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 104 102 -
CMYK 0 0.44 0.45 0.27
HSL 1.41º 0.38% 0.57% -
HSV(B) 1.41º 0.45% 0.73% -
XYZ 27.84 21.42 15.24 -
YUV 128.59 113 169.66 -
System Red Green Blue C M Y K H S L
Decimal 187 104 102 0 0.44 0.45 0.27 1.41 0.38 0.57
Hex BB 68 66 0 2C 2D 1B 1 26 39
Octal 273 150 146 0 54 55 33 1 46 71
Binary 10111011 1101000 1100110 0 101100 101101 11011 1 100110 111001

Color Harmonies of #BB6866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6866

Black with #BB6866

Text Example


Text Example

White with #BB6866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6866; }

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

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

background-color css

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

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

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

border-color css

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

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

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