#BB7968

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

Shades of Contessa #BB7968

Tints of Contessa #BB7968

Color information

#BB7968 (or 0xBB7968) is unknown color: approx Contessa. HEX triplet: BB, 79 and 68. RGB value is (187,121,104). Sum of RGB (Red+Green+Blue) = 187+121+104=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 121 (47.66% from 255 or 29.37% from 412); Blue value is 104 (41.02% from 255 or 25.24% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7968 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7968 is #448697. Grayscale: #8A8A8A. Windows color (decimal): -4490904 or 6846907. OLE color: 6846907.

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

Color convert

RGB187121104-
CMYK00.350.440.27
HSL12.29º37.9%57.06%-
HSV(B)12.29º44.39%73.33%-
XYZ29.8325.2416.4-
YUV138.8108.37162.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.39%
GREEN value IS 121 (47.66% from 255) = 29.37%
BLUE value IS 104 (41.02% from 255) = 25.24%
R=45.39%
G=29.37%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712110400.350.440.2712.2937.957.06
HexBB79680232C1Bc2639
Octal2731711500435433144671
Binary10111011111100111010000100011101100110111100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7968; }

 p { color: rgb(187,121,104); }

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

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

 a { background-color: rgb(187,121,104); }

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

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

 span { border-color: rgb(187,121,104); }

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