#BB6362

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

Shades of Contessa #BB6362

Tints of Contessa #BB6362

Color information

#BB6362 (or 0xBB6362) is unknown color: approx Contessa. HEX triplet: BB, 63 and 62. RGB value is (187,99,98). Sum of RGB (Red+Green+Blue) = 187+99+98=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 99 (39.06% from 255 or 25.78% from 384); Blue value is 98 (38.67% from 255 or 25.52% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6362 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6362 is #449C9D. Grayscale: #7D7D7D. Windows color (decimal): -4496542 or 6448059. OLE color: 6448059.

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

Color convert

RGB1879998-
CMYK00.470.480.27
HSL0.67º39.56%55.88%-
HSV(B)0.67º47.59%73.33%-
XYZ27.1620.3714.06-
YUV125.2112.65172.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.70%
GREEN value IS 99 (39.06% from 255) = 25.78%
BLUE value IS 98 (38.67% from 255) = 25.52%
R=48.70%
G=25.78%
B=25.52%

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
Decimal187999800.470.480.270.6739.5655.88
HexBB636202F301B12838
Octal273143142057603315070
Binary10111011110001111000100101111110000110111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6362; }

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

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

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

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

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

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

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

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