#BB7A62

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

Shades of Contessa #BB7A62

Tints of Contessa #BB7A62

Color information

#BB7A62 (or 0xBB7A62) is unknown color: approx Contessa. HEX triplet: BB, 7A and 62. RGB value is (187,122,98). Sum of RGB (Red+Green+Blue) = 187+122+98=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 122 (48.05% from 255 or 29.98% from 407); Blue value is 98 (38.67% from 255 or 24.08% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7A62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7A62 is #44859D. Grayscale: #8A8A8A. Windows color (decimal): -4490654 or 6453947. OLE color: 6453947.

HSL color Cylindrical-coordinate representation of color #BB7A62: hue angle of 16.18º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BB7A62 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB18712298-
CMYK00.350.480.27
HSL16.18º39.56%55.88%-
HSV(B)16.18º47.59%73.33%-
XYZ29.6625.3714.89-
YUV138.7105.03162.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.95%
GREEN value IS 122 (48.05% from 255) = 29.98%
BLUE value IS 98 (38.67% from 255) = 24.08%
R=45.95%
G=29.98%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871229800.350.480.2716.1839.5655.88
HexBB7A62023301B102838
Octal2731721420436033205070
Binary101110111111010110001001000111100001101110000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7A62; }

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

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

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

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

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

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

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

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