#BB7360

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

Shades of Contessa #BB7360

Tints of Contessa #BB7360

Color information

#BB7360 (or 0xBB7360) is unknown color: approx Contessa. HEX triplet: BB, 73 and 60. RGB value is (187,115,96). Sum of RGB (Red+Green+Blue) = 187+115+96=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7360 is #448C9F. Grayscale: #868686. Windows color (decimal): -4492448 or 6321083. OLE color: 6321083.

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

Color convert

RGB18711596-
CMYK00.390.490.27
HSL12.53º40.09%55.49%-
HSV(B)12.53º48.66%73.33%-
XYZ28.7423.6714.12-
YUV134.36106.35165.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.98%
GREEN value IS 115 (45.31% from 255) = 28.89%
BLUE value IS 96 (37.89% from 255) = 24.12%
R=46.98%
G=28.89%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871159600.390.490.2712.5340.0955.49
HexBB7360027311Bd2837
Octal2731631400476133155067
Binary10111011111001111000000100111110001110111101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7360; }

 p { color: rgb(187,115,96); }

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

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

 a { background-color: rgb(187,115,96); }

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

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

 span { border-color: rgb(187,115,96); }

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