#BB7262

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

Shades of Contessa #BB7262

Tints of Contessa #BB7262

Color information

#BB7262 (or 0xBB7262) is unknown color: approx Contessa. HEX triplet: BB, 72 and 62. RGB value is (187,114,98). Sum of RGB (Red+Green+Blue) = 187+114+98=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 114 (44.92% from 255 or 28.57% from 399); Blue value is 98 (38.67% from 255 or 24.56% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7262 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7262 is #448D9D. Grayscale: #868686. Windows color (decimal): -4492702 or 6451899. OLE color: 6451899.

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

Color convert

RGB18711498-
CMYK00.390.480.27
HSL10.79º39.56%55.88%-
HSV(B)10.79º47.59%73.33%-
XYZ28.7223.4814.57-
YUV134107.68165.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.87%
GREEN value IS 114 (44.92% from 255) = 28.57%
BLUE value IS 98 (38.67% from 255) = 24.56%
R=46.87%
G=28.57%
B=24.56%

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
Decimal1871149800.390.480.2710.7939.5655.88
HexBB7262027301Bb2838
Octal2731621420476033135070
Binary10111011111001011000100100111110000110111011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7262; }

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

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

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

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

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

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

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

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