#BE7D54

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

Shades of Brandy Punch #BE7D54

Tints of Brandy Punch #BE7D54

Color information

#BE7D54 (or 0xBE7D54) is unknown color: approx Brandy Punch. HEX triplet: BE, 7D and 54. RGB value is (190,125,84). Sum of RGB (Red+Green+Blue) = 190+125+84=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 84 (33.20% from 255 or 21.05% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7D54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7D54 is #4182AB. Grayscale: #8B8B8B. Windows color (decimal): -4293292 or 5537214. OLE color: 5537214.

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

Color convert

RGB19012584-
CMYK00.340.560.25
HSL23.21º44.92%53.73%-
HSV(B)23.21º55.79%74.51%-
XYZ30.1726.2511.87-
YUV139.7696.53163.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.62%
GREEN value IS 125 (49.22% from 255) = 31.33%
BLUE value IS 84 (33.20% from 255) = 21.05%
R=47.62%
G=31.33%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901258400.340.560.2523.2144.9253.73
HexBE7D540223819172d36
Octal2761751240427031275566
Binary101111101111101101010001000101110001100110111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7D54; }

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

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

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

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

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

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

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

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