#BB6565

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

Shades of Contessa #BB6565

Tints of Contessa #BB6565

Color information

#BB6565 (or 0xBB6565) is unknown color: approx Contessa. HEX triplet: BB, 65 and 65. RGB value is (187,101,101). Sum of RGB (Red+Green+Blue) = 187+101+101=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 101 (39.84% from 255 or 25.96% from 389); Blue value is 101 (39.84% from 255 or 25.96% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6565 is #449A9A. Grayscale: #7E7E7E. Windows color (decimal): -4496027 or 6645179. OLE color: 6645179.

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

Color convert

RGB187101101-
CMYK00.460.460.27
HSL38.74%56.47%-
HSV(B)45.99%73.33%-
XYZ27.520.8114.88-
YUV126.71113.49171-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.07%
GREEN value IS 101 (39.84% from 255) = 25.96%
BLUE value IS 101 (39.84% from 255) = 25.96%
R=48.07%
G=25.96%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710110100.460.460.27038.7456.47
HexBB656502E2E1B02738
Octal273145145056563304770
Binary10111011110010111001010101110101110110110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6565; }

 p { color: rgb(187,101,101); }

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

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

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

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

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

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

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