#BF7975

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

Shades of Contessa #BF7975

Tints of Contessa #BF7975

Color information

#BF7975 (or 0xBF7975) is unknown color: approx Contessa. HEX triplet: BF, 79 and 75. RGB value is (191,121,117). Sum of RGB (Red+Green+Blue) = 191+121+117=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 121 (47.66% from 255 or 28.21% from 429); Blue value is 117 (46.09% from 255 or 27.27% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7975 is #40868A. Grayscale: #8D8D8D. Windows color (decimal): -4228747 or 7698879. OLE color: 7698879.

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

Color convert

RGB191121117-
CMYK00.370.390.25
HSL3.24º36.63%60.39%-
HSV(B)3.24º38.74%74.9%-
XYZ31.5326.0420.19-
YUV141.47114.19163.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.52%
GREEN value IS 121 (47.66% from 255) = 28.21%
BLUE value IS 117 (46.09% from 255) = 27.27%
R=44.52%
G=28.21%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112111700.370.390.253.2436.6360.39
HexBF797502527193253c
Octal277171165045473134574
Binary101111111111001111010101001011001111100111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7975; }

 p { color: rgb(191,121,117); }

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

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

 a { background-color: rgb(191,121,117); }

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

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

 span { border-color: rgb(191,121,117); }

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