#BE7E51

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

Shades of Brandy Punch #BE7E51

Tints of Brandy Punch #BE7E51

Color information

#BE7E51 (or 0xBE7E51) is unknown color: approx Brandy Punch. HEX triplet: BE, 7E and 51. RGB value is (190,126,81). Sum of RGB (Red+Green+Blue) = 190+126+81=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 126 (49.61% from 255 or 31.74% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7E51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7E51 is #4181AE. Grayscale: #8C8C8C. Windows color (decimal): -4293039 or 5340862. OLE color: 5340862.

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

Color convert

RGB19012681-
CMYK00.340.570.25
HSL24.77º45.61%53.14%-
HSV(B)24.77º57.37%74.51%-
XYZ30.1826.4611.3-
YUV140.0194.7163.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.86%
GREEN value IS 126 (49.61% from 255) = 31.74%
BLUE value IS 81 (32.03% from 255) = 20.40%
R=47.86%
G=31.74%
B=20.40%

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
Decimal1901268100.340.570.2524.7745.6153.14
HexBE7E510223919192e35
Octal2761761210427131315665
Binary101111101111110101000101000101110011100111001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7E51; }

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

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

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

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

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

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

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

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