#BE7F51

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

Shades of Brandy Punch #BE7F51

Tints of Brandy Punch #BE7F51

Color information

#BE7F51 (or 0xBE7F51) is unknown color: approx Brandy Punch. HEX triplet: BE, 7F and 51. RGB value is (190,127,81). Sum of RGB (Red+Green+Blue) = 190+127+81=398 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.74% from 398); Green value is 127 (50% from 255 or 31.91% from 398); Blue value is 81 (32.03% from 255 or 20.35% from 398); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7F51 is #4180AE. Grayscale: #8C8C8C. Windows color (decimal): -4292783 or 5341118. OLE color: 5341118.

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

Color convert

RGB19012781-
CMYK00.330.570.25
HSL25.32º45.61%53.14%-
HSV(B)25.32º57.37%74.51%-
XYZ30.3126.7211.34-
YUV140.5994.37163.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.74%
GREEN value IS 127 (50% from 255) = 31.91%
BLUE value IS 81 (32.03% from 255) = 20.35%
R=47.74%
G=31.91%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901278100.330.570.2525.3245.6153.14
HexBE7F510213919192e35
Octal2761771210417131315665
Binary101111101111111101000101000011110011100111001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7F51; }

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

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

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

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

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

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

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

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