#BF7F51

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

Shades of Brandy Punch #BF7F51

Tints of Brandy Punch #BF7F51

Color information

#BF7F51 (or 0xBF7F51) is unknown color: approx Brandy Punch. HEX triplet: BF, 7F and 51. RGB value is (191,127,81). Sum of RGB (Red+Green+Blue) = 191+127+81=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 81 (32.03% from 255 or 20.30% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7F51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7F51 is #4080AE. Grayscale: #8D8D8D. Windows color (decimal): -4227247 or 5341119. OLE color: 5341119.

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

Color convert

RGB19112781-
CMYK00.340.580.25
HSL25.09º46.22%53.33%-
HSV(B)25.09º57.59%74.9%-
XYZ30.5626.8511.36-
YUV140.8994.2163.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.87%
GREEN value IS 127 (50% from 255) = 31.83%
BLUE value IS 81 (32.03% from 255) = 20.30%
R=47.87%
G=31.83%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911278100.340.580.2525.0946.2253.33
HexBF7F510223A19192e35
Octal2771771210427231315665
Binary101111111111111101000101000101110101100111001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7F51; }

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

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

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

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

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

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

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

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