Html Css Color HEX #BB7866 Contessa

📋 copy color: '#BB7866'

red 187 ◦ green 120 ◦ blue 102

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

Shades of Contessa #BB7866

Tints of Contessa #BB7866

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.34%

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

R = 45.72%
G = 29.34%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BB7866 (or 0xBB7866) is known color: Contessa. HEX triplet: BB, 78 and 66. RGB value is (187,120,102). Sum of RGB (Red+Green+Blue) = 187+120+102=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 120 (47.27% from 255 or 29.34% from 409); Blue value is 102 (40.23% from 255 or 24.94% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7866 is #448799. Grayscale: #8A8A8A. Windows color (decimal): -4491162 or 6715579. OLE color: 6715579.

HSL color Cylindrical-coordinate representation of color #BB7866: hue angle of 12.71º 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 #BB7866 is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 120 102 -
CMYK 0 0.36 0.45 0.27
HSL 12.71º 0.38% 0.57% -
HSV(B) 12.71º 0.45% 0.73% -
XYZ 29.61 24.96 15.83 -
YUV 137.98 107.7 162.96 -
System Red Green Blue C M Y K H S L
Decimal 187 120 102 0 0.36 0.45 0.27 12.71 0.38 0.57
Hex BB 78 66 0 24 2D 1B D 26 39
Octal 273 170 146 0 44 55 33 15 46 71
Binary 10111011 1111000 1100110 0 100100 101101 11011 1101 100110 111001

Color Harmonies of #BB7866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7866

Black with #BB7866

Text Example


Text Example

White with #BB7866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7866; }

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

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

background-color css

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

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

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

border-color css

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

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

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