#bb675f

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

Shades of Contessa #BB675F

Tints of Contessa #BB675F

Color information

#BB675F (or 0xBB675F) is unknown color: approx Contessa. HEX triplet: BB, 67 and 5F. RGB value is (187,103,95). Sum of RGB (Red+Green+Blue) = 187+103+95=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 95 (37.5% from 255 or 24.68% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BB675F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB675F is #4498A0. Grayscale: #7F7F7F. Windows color (decimal): -4495521 or 6252475. OLE color: 6252475.

HSL color Cylindrical-coordinate representation of color #BB675F: hue angle of 5.22º 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 #BB675F is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB18710395-
CMYK00.450.490.27
HSL5.22º40.35%55.29%-
HSV(B)5.22º49.2%73.33%-
XYZ27.4121.0913.45-
YUV127.2109.83170.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.57%
GREEN value IS 103 (40.62% from 255) = 26.75%
BLUE value IS 95 (37.5% from 255) = 24.68%
R=48.57%
G=26.75%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871039500.450.490.275.2240.3555.29
HexBB675F02D311B52837
Octal273147137055613355067
Binary1011101111001111011111010110111000111011101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb675f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb675f; }

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

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

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

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

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

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

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

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