#BB7A6A

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

Shades of Contessa #BB7A6A

Tints of Contessa #BB7A6A

Color information

#BB7A6A (or 0xBB7A6A) is unknown color: approx Contessa. HEX triplet: BB, 7A and 6A. RGB value is (187,122,106). Sum of RGB (Red+Green+Blue) = 187+122+106=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 106 (41.80% from 255 or 25.54% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7A6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7A6A is #448595. Grayscale: #8B8B8B. Windows color (decimal): -4490646 or 6978235. OLE color: 6978235.

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

Color convert

RGB187122106-
CMYK00.350.430.27
HSL11.85º37.33%57.45%-
HSV(B)11.85º43.32%73.33%-
XYZ30.0525.5216.98-
YUV139.61109.03161.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.06%
GREEN value IS 122 (48.05% from 255) = 29.40%
BLUE value IS 106 (41.80% from 255) = 25.54%
R=45.06%
G=29.40%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712210600.350.430.2711.8537.3357.45
HexBB7A6A0232B1Bc2539
Octal2731721520435333144571
Binary10111011111101011010100100011101011110111100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7A6A; }

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

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

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

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

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

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

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

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