Html Css Color HEX #BB7C66 Contessa

📋 copy color: '#BB7C66'

red 187 ◦ green 124 ◦ blue 102

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

Shades of Contessa #BB7C66

Tints of Contessa #BB7C66

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.02%

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

R = 45.28%
G = 30.02%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BB7C66 (or 0xBB7C66) is known color: Contessa. HEX triplet: BB, 7C and 66. RGB value is (187,124,102). Sum of RGB (Red+Green+Blue) = 187+124+102=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 102 (40.23% from 255 or 24.70% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7C66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7C66 is #448399. Grayscale: #8C8C8C. Windows color (decimal): -4490138 or 6716603. OLE color: 6716603.

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

Color convert

RGB 187 124 102 -
CMYK 0 0.34 0.45 0.27
HSL 15.53º 0.38% 0.57% -
HSV(B) 15.53º 0.45% 0.73% -
XYZ 30.1 25.94 15.99 -
YUV 140.33 106.37 161.29 -
System Red Green Blue C M Y K H S L
Decimal 187 124 102 0 0.34 0.45 0.27 15.53 0.38 0.57
Hex BB 7C 66 0 22 2D 1B 10 26 39
Octal 273 174 146 0 42 55 33 20 46 71
Binary 10111011 1111100 1100110 0 100010 101101 11011 10000 100110 111001

Color Harmonies of #BB7C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7C66

Black with #BB7C66

Text Example


Text Example

White with #BB7C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7C66; }

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

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

background-color css

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

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

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

border-color css

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

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

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