#BB7261

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

Shades of Contessa #BB7261

Tints of Contessa #BB7261

Color information

#BB7261 (or 0xBB7261) is unknown color: approx Contessa. HEX triplet: BB, 72 and 61. RGB value is (187,114,97). Sum of RGB (Red+Green+Blue) = 187+114+97=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 114 (44.92% from 255 or 28.64% from 398); Blue value is 97 (38.28% from 255 or 24.37% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7261 is #448D9E. Grayscale: #868686. Windows color (decimal): -4492703 or 6386363. OLE color: 6386363.

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

Color convert

RGB18711497-
CMYK00.390.480.27
HSL11.33º39.82%55.69%-
HSV(B)11.33º48.13%73.33%-
XYZ28.6723.4614.33-
YUV133.89107.18165.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.98%
GREEN value IS 114 (44.92% from 255) = 28.64%
BLUE value IS 97 (38.28% from 255) = 24.37%
R=46.98%
G=28.64%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871149700.390.480.2711.3339.8255.69
HexBB7261027301Bb2838
Octal2731621410476033135070
Binary10111011111001011000010100111110000110111011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7261; }

 p { color: rgb(187,114,97); }

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

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

 a { background-color: rgb(187,114,97); }

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

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

 span { border-color: rgb(187,114,97); }

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