#BF7F52

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

Shades of Brandy Punch #BF7F52

Tints of Brandy Punch #BF7F52

Color information

#BF7F52 (or 0xBF7F52) is unknown color: approx Brandy Punch. HEX triplet: BF, 7F and 52. RGB value is (191,127,82). Sum of RGB (Red+Green+Blue) = 191+127+82=400 (52% of max value = 765). Red value is 191 (75% from 255 or 47.75% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 82 (32.42% from 255 or 20.5% from 400); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7F52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7F52 is #4080AD. Grayscale: #8D8D8D. Windows color (decimal): -4227246 or 5406655. OLE color: 5406655.

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

Color convert

RGB19112782-
CMYK00.340.570.25
HSL24.77º45.99%53.53%-
HSV(B)24.77º57.07%74.9%-
XYZ30.626.8611.56-
YUV141.0194.7163.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.75%
GREEN value IS 127 (50% from 255) = 31.75%
BLUE value IS 82 (32.42% from 255) = 20.5%
R=47.75%
G=31.75%
B=20.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911278200.340.570.2524.7745.9953.53
HexBF7F520223919192e36
Octal2771771220427131315666
Binary101111111111111101001001000101110011100111001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7F52; }

 p { color: rgb(191,127,82); }

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

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

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

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

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

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

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