#BF7462

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

Shades of Contessa #BF7462

Tints of Contessa #BF7462

Color information

#BF7462 (or 0xBF7462) is unknown color: approx Contessa. HEX triplet: BF, 74 and 62. RGB value is (191,116,98). Sum of RGB (Red+Green+Blue) = 191+116+98=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 116 (45.70% from 255 or 28.64% from 405); Blue value is 98 (38.67% from 255 or 24.20% from 405); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7462 is #408B9D. Grayscale: #888888. Windows color (decimal): -4230046 or 6452415. OLE color: 6452415.

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

Color convert

RGB19111698-
CMYK00.390.490.25
HSL11.61º42.08%56.67%-
HSV(B)11.61º48.69%74.9%-
XYZ29.9424.4514.7-
YUV136.37106.35166.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.16%
GREEN value IS 116 (45.70% from 255) = 28.64%
BLUE value IS 98 (38.67% from 255) = 24.20%
R=47.16%
G=28.64%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911169800.390.490.2511.6142.0856.67
HexBF74620273119c2a39
Octal2771641420476131145271
Binary10111111111010011000100100111110001110011100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7462; }

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

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

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

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

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

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

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

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