#BB6C5F

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

Shades of Contessa #BB6C5F

Tints of Contessa #BB6C5F

Color information

#BB6C5F (or 0xBB6C5F) is unknown color: approx Contessa. HEX triplet: BB, 6C and 5F. RGB value is (187,108,95). Sum of RGB (Red+Green+Blue) = 187+108+95=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 108 (42.58% from 255 or 27.69% from 390); Blue value is 95 (37.5% from 255 or 24.36% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6C5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6C5F is #4493A0. Grayscale: #828282. Windows color (decimal): -4494241 or 6253755. OLE color: 6253755.

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

Color convert

RGB18710895-
CMYK00.420.490.27
HSL8.48º40.35%55.29%-
HSV(B)8.48º49.2%73.33%-
XYZ27.9222.1213.62-
YUV130.14108.17168.56-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.95%
GREEN value IS 108 (42.58% from 255) = 27.69%
BLUE value IS 95 (37.5% from 255) = 24.36%
R=47.95%
G=27.69%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871089500.420.490.278.4840.3555.29
HexBB6C5F02A311B82837
Octal2731541370526133105067
Binary10111011110110010111110101010110001110111000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6C5F; }

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

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

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

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

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

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

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

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