#BB7874

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

Shades of Contessa #BB7874

Tints of Contessa #BB7874

Color information

#BB7874 (or 0xBB7874) is unknown color: approx Contessa. HEX triplet: BB, 78 and 74. RGB value is (187,120,116). Sum of RGB (Red+Green+Blue) = 187+120+116=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 120 (47.27% from 255 or 28.37% from 423); Blue value is 116 (45.70% from 255 or 27.42% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7874 is #44878B. Grayscale: #8B8B8B. Windows color (decimal): -4491148 or 7633083. OLE color: 7633083.

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

Color convert

RGB187120116-
CMYK00.360.380.27
HSL3.38º34.3%59.41%-
HSV(B)3.38º37.97%73.33%-
XYZ30.3625.2619.8-
YUV139.58114.7161.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.21%
GREEN value IS 120 (47.27% from 255) = 28.37%
BLUE value IS 116 (45.70% from 255) = 27.42%
R=44.21%
G=28.37%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712011600.360.380.273.3834.359.41
HexBB7874024261B3223b
Octal273170164044463334273
Binary101110111111000111010001001001001101101111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7874; }

 p { color: rgb(187,120,116); }

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

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

 a { background-color: rgb(187,120,116); }

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

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

 span { border-color: rgb(187,120,116); }

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