#BB6361

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

Shades of Contessa #BB6361

Tints of Contessa #BB6361

Color information

#BB6361 (or 0xBB6361) is unknown color: approx Contessa. HEX triplet: BB, 63 and 61. RGB value is (187,99,97). Sum of RGB (Red+Green+Blue) = 187+99+97=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 99 (39.06% from 255 or 25.85% from 383); Blue value is 97 (38.28% from 255 or 25.33% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6361 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6361 is #449C9E. Grayscale: #7D7D7D. Windows color (decimal): -4496543 or 6382523. OLE color: 6382523.

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

Color convert

RGB1879997-
CMYK00.470.480.27
HSL1.33º39.82%55.69%-
HSV(B)1.33º48.13%73.33%-
XYZ27.1120.3513.81-
YUV125.08112.15172.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.83%
GREEN value IS 99 (39.06% from 255) = 25.85%
BLUE value IS 97 (38.28% from 255) = 25.33%
R=48.83%
G=25.85%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187999700.470.480.271.3339.8255.69
HexBB636102F301B12838
Octal273143141057603315070
Binary10111011110001111000010101111110000110111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6361; }

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

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

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

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

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

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

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

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