#BB6B61

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

Shades of Contessa #BB6B61

Tints of Contessa #BB6B61

Color information

#BB6B61 (or 0xBB6B61) is unknown color: approx Contessa. HEX triplet: BB, 6B and 61. RGB value is (187,107,97). Sum of RGB (Red+Green+Blue) = 187+107+97=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 107 (42.19% from 255 or 27.37% from 391); Blue value is 97 (38.28% from 255 or 24.81% from 391); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6B61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6B61 is #44949E. Grayscale: #818181. Windows color (decimal): -4494495 or 6384571. OLE color: 6384571.

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

Color convert

RGB18710797-
CMYK00.430.480.27
HSL6.67º39.82%55.69%-
HSV(B)6.67º48.13%73.33%-
XYZ27.9121.9414.07-
YUV129.78109.5168.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.83%
GREEN value IS 107 (42.19% from 255) = 27.37%
BLUE value IS 97 (38.28% from 255) = 24.81%
R=47.83%
G=27.37%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871079700.430.480.276.6739.8255.69
HexBB6B6102B301B72838
Octal273153141053603375070
Binary1011101111010111100001010101111000011011111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6B61; }

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

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

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

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

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

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

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

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