#BB6C6A

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

Shades of Contessa #BB6C6A

Tints of Contessa #BB6C6A

Color information

#BB6C6A (or 0xBB6C6A) is unknown color: approx Contessa. HEX triplet: BB, 6C and 6A. RGB value is (187,108,106). Sum of RGB (Red+Green+Blue) = 187+108+106=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 108 (42.58% from 255 or 26.93% from 401); Blue value is 106 (41.80% from 255 or 26.43% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6C6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6C6A is #449395. Grayscale: #838383. Windows color (decimal): -4494230 or 6974651. OLE color: 6974651.

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

Color convert

RGB187108106-
CMYK00.420.430.27
HSL1.48º37.33%57.45%-
HSV(B)1.48º43.32%73.33%-
XYZ28.4622.3316.45-
YUV131.39113.67167.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.63%
GREEN value IS 108 (42.58% from 255) = 26.93%
BLUE value IS 106 (41.80% from 255) = 26.43%
R=46.63%
G=26.93%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710810600.420.430.271.4837.3357.45
HexBB6C6A02A2B1B12539
Octal273154152052533314571
Binary10111011110110011010100101010101011110111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6C6A; }

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

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

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

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

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

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

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

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