#BB7675

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

Shades of Contessa #BB7675

Tints of Contessa #BB7675

Color information

#BB7675 (or 0xBB7675) is unknown color: approx Contessa. HEX triplet: BB, 76 and 75. RGB value is (187,118,117). Sum of RGB (Red+Green+Blue) = 187+118+117=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 118 (46.48% from 255 or 27.96% from 422); Blue value is 117 (46.09% from 255 or 27.73% from 422); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7675 is #44898A. Grayscale: #8A8A8A. Windows color (decimal): -4491659 or 7698107. OLE color: 7698107.

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

Color convert

RGB187118117-
CMYK00.370.370.27
HSL0.86º33.98%59.61%-
HSV(B)0.86º37.43%73.33%-
XYZ30.1824.8120.03-
YUV138.52115.86162.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.31%
GREEN value IS 118 (46.48% from 255) = 27.96%
BLUE value IS 117 (46.09% from 255) = 27.73%
R=44.31%
G=27.96%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711811700.370.370.270.8633.9859.61
HexBB7675025251B1223c
Octal273166165045453314274
Binary10111011111011011101010100101100101110111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7675; }

 p { color: rgb(187,118,117); }

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

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

 a { background-color: rgb(187,118,117); }

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

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

 span { border-color: rgb(187,118,117); }

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