#BF7574

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

Shades of Contessa #BF7574

Tints of Contessa #BF7574

Color information

#BF7574 (or 0xBF7574) is unknown color: approx Contessa. HEX triplet: BF, 75 and 74. RGB value is (191,117,116). Sum of RGB (Red+Green+Blue) = 191+117+116=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 117 (46.09% from 255 or 27.59% from 424); Blue value is 116 (45.70% from 255 or 27.36% from 424); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7574 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7574 is #408A8B. Grayscale: #8B8B8B. Windows color (decimal): -4229772 or 7632319. OLE color: 7632319.

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

Color convert

RGB191117116-
CMYK00.390.390.25
HSL0.8º36.95%60.2%-
HSV(B)0.8º39.27%74.9%-
XYZ3125.0619.73-
YUV139.01115.02165.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.05%
GREEN value IS 117 (46.09% from 255) = 27.59%
BLUE value IS 116 (45.70% from 255) = 27.36%
R=45.05%
G=27.59%
B=27.36%

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
Decimal19111711600.390.390.250.836.9560.2
HexBF757402727191253c
Octal277165164047473114574
Binary10111111111010111101000100111100111110011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7574; }

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

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

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

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

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

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

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

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