#BB7C6A

Color #BB7C6A Contessa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Contessa #BB7C6A

Tints of Contessa #BB7C6A

Color information

#BB7C6A (or 0xBB7C6A) is unknown color: approx Contessa. HEX triplet: BB, 7C and 6A. RGB value is (187,124,106). Sum of RGB (Red+Green+Blue) = 187+124+106=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 124 (48.83% from 255 or 29.74% from 417); Blue value is 106 (41.80% from 255 or 25.42% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7C6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7C6A is #448395. Grayscale: #8C8C8C. Windows color (decimal): -4490134 or 6978747. OLE color: 6978747.

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

Color convert

RGB187124106-
CMYK00.340.430.27
HSL13.33º37.33%57.45%-
HSV(B)13.33º43.32%73.33%-
XYZ30.326.0217.06-
YUV140.78108.37160.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.84%
GREEN value IS 124 (48.83% from 255) = 29.74%
BLUE value IS 106 (41.80% from 255) = 25.42%
R=44.84%
G=29.74%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712410600.340.430.2713.3337.3357.45
HexBB7C6A0222B1Bd2539
Octal2731741520425333154571
Binary10111011111110011010100100010101011110111101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7C6A; }

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

 H1.HeaderClassName
 {
   color: #BB7C6A;
 }
 .AnyTagClassName
 {
   color: #BB7C6A;
 }
</style>
background-color css

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

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

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

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

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

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