#BB7563

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

Shades of Contessa #BB7563

Tints of Contessa #BB7563

Color information

#BB7563 (or 0xBB7563) is unknown color: approx Contessa. HEX triplet: BB, 75 and 63. RGB value is (187,117,99). Sum of RGB (Red+Green+Blue) = 187+117+99=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 117 (46.09% from 255 or 29.03% from 403); Blue value is 99 (39.06% from 255 or 24.57% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7563 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7563 is #448A9C. Grayscale: #888888. Windows color (decimal): -4491933 or 6518203. OLE color: 6518203.

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

Color convert

RGB18711799-
CMYK00.370.470.27
HSL12.27º39.29%56.08%-
HSV(B)12.27º47.06%73.33%-
XYZ29.1124.1914.94-
YUV135.88107.19164.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.40%
GREEN value IS 117 (46.09% from 255) = 29.03%
BLUE value IS 99 (39.06% from 255) = 24.57%
R=46.40%
G=29.03%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871179900.370.470.2712.2739.2956.08
HexBB75630252F1Bc2738
Octal2731651430455733144770
Binary10111011111010111000110100101101111110111100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7563; }

 p { color: rgb(187,117,99); }

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

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

 a { background-color: rgb(187,117,99); }

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

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

 span { border-color: rgb(187,117,99); }

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