#BF7575

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

Shades of Contessa #BF7575

Tints of Contessa #BF7575

Color information

#BF7575 (or 0xBF7575) is unknown color: approx Contessa. HEX triplet: BF, 75 and 75. RGB value is (191,117,117). Sum of RGB (Red+Green+Blue) = 191+117+117=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 117 (46.09% from 255 or 27.53% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7575 is #408A8A. Grayscale: #8B8B8B. Windows color (decimal): -4229771 or 7697855. OLE color: 7697855.

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

Color convert

RGB191117117-
CMYK00.390.390.25
HSL36.63%60.39%-
HSV(B)38.74%74.9%-
XYZ31.0625.0820.03-
YUV139.13115.52165-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.94%
GREEN value IS 117 (46.09% from 255) = 27.53%
BLUE value IS 117 (46.09% from 255) = 27.53%
R=44.94%
G=27.53%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111711700.390.390.25036.6360.39
HexBF757502727190253c
Octal277165165047473104574
Binary10111111111010111101010100111100111110010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7575; }

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

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

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

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

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

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

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

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