#BE7D56

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

Shades of Brandy Punch #BE7D56

Tints of Brandy Punch #BE7D56

Color information

#BE7D56 (or 0xBE7D56) is unknown color: approx Brandy Punch. HEX triplet: BE, 7D and 56. RGB value is (190,125,86). Sum of RGB (Red+Green+Blue) = 190+125+86=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 86 (33.98% from 255 or 21.45% from 401); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7D56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7D56 is #4182A9. Grayscale: #8C8C8C. Windows color (decimal): -4293290 or 5668286. OLE color: 5668286.

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

Color convert

RGB19012586-
CMYK00.340.550.25
HSL22.5º44.44%54.12%-
HSV(B)22.5º54.74%74.51%-
XYZ30.2526.2912.28-
YUV139.9997.53163.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.38%
GREEN value IS 125 (49.22% from 255) = 31.17%
BLUE value IS 86 (33.98% from 255) = 21.45%
R=47.38%
G=31.17%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901258600.340.550.2522.544.4454.12
HexBE7D560223719162c36
Octal2761751260426731265466
Binary101111101111101101011001000101101111100110110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7D56; }

 p { color: rgb(190,125,86); }

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

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

 a { background-color: rgb(190,125,86); }

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

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

 span { border-color: rgb(190,125,86); }

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