#BE7F54

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

Shades of Brandy Punch #BE7F54

Tints of Brandy Punch #BE7F54

Color information

#BE7F54 (or 0xBE7F54) is unknown color: approx Brandy Punch. HEX triplet: BE, 7F and 54. RGB value is (190,127,84). Sum of RGB (Red+Green+Blue) = 190+127+84=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 84 (33.20% from 255 or 20.95% from 401); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7F54 is #4180AB. Grayscale: #8D8D8D. Windows color (decimal): -4292780 or 5537726. OLE color: 5537726.

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

Color convert

RGB19012784-
CMYK00.330.560.25
HSL24.34º44.92%53.73%-
HSV(B)24.34º55.79%74.51%-
XYZ30.4226.7711.95-
YUV140.9395.87163-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.38%
GREEN value IS 127 (50% from 255) = 31.67%
BLUE value IS 84 (33.20% from 255) = 20.95%
R=47.38%
G=31.67%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901278400.330.560.2524.3444.9253.73
HexBE7F540213819182d36
Octal2761771240417031305566
Binary101111101111111101010001000011110001100111000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7F54; }

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

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

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

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

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

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

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

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