#BF7A50

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

Shades of Brandy Punch #BF7A50

Tints of Brandy Punch #BF7A50

Color information

#BF7A50 (or 0xBF7A50) is unknown color: approx Brandy Punch. HEX triplet: BF, 7A and 50. RGB value is (191,122,80). Sum of RGB (Red+Green+Blue) = 191+122+80=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7A50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7A50 is #4085AF. Grayscale: #8A8A8A. Windows color (decimal): -4228528 or 5274303. OLE color: 5274303.

HSL color Cylindrical-coordinate representation of color #BF7A50: hue angle of 22.7º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF7A50 is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB19112280-
CMYK00.360.580.25
HSL22.7º46.44%53.14%-
HSV(B)22.7º58.12%74.9%-
XYZ29.8925.5710.95-
YUV137.8495.36165.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.60%
GREEN value IS 122 (48.05% from 255) = 31.04%
BLUE value IS 80 (31.64% from 255) = 20.36%
R=48.60%
G=31.04%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911228000.360.580.2522.746.4453.14
HexBF7A500243A19172e35
Octal2771721200447231275665
Binary101111111111010101000001001001110101100110111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7A50; }

 p { color: rgb(191,122,80); }

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

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

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

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

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

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

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