#BB6C61

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

Shades of Contessa #BB6C61

Tints of Contessa #BB6C61

Color information

#BB6C61 (or 0xBB6C61) is unknown color: approx Contessa. HEX triplet: BB, 6C and 61. RGB value is (187,108,97). Sum of RGB (Red+Green+Blue) = 187+108+97=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 108 (42.58% from 255 or 27.55% from 392); Blue value is 97 (38.28% from 255 or 24.74% from 392); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6C61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6C61 is #44939E. Grayscale: #828282. Windows color (decimal): -4494239 or 6384827. OLE color: 6384827.

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

Color convert

RGB18710897-
CMYK00.420.480.27
HSL7.33º39.82%55.69%-
HSV(B)7.33º48.13%73.33%-
XYZ28.0122.1514.11-
YUV130.37109.17168.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.70%
GREEN value IS 108 (42.58% from 255) = 27.55%
BLUE value IS 97 (38.28% from 255) = 24.74%
R=47.70%
G=27.55%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871089700.420.480.277.3339.8255.69
HexBB6C6102A301B72838
Octal273154141052603375070
Binary1011101111011001100001010101011000011011111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6C61; }

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

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

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

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

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

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

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

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