#BE7D55

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

Shades of Brandy Punch #BE7D55

Tints of Brandy Punch #BE7D55

Color information

#BE7D55 (or 0xBE7D55) is unknown color: approx Brandy Punch. HEX triplet: BE, 7D and 55. RGB value is (190,125,85). Sum of RGB (Red+Green+Blue) = 190+125+85=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 125 (49.22% from 255 or 31.25% from 400); Blue value is 85 (33.59% from 255 or 21.25% from 400); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7D55 is #4182AA. Grayscale: #8C8C8C. Windows color (decimal): -4293291 or 5602750. OLE color: 5602750.

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

Color convert

RGB19012585-
CMYK00.340.550.25
HSL22.86º44.68%53.92%-
HSV(B)22.86º55.26%74.51%-
XYZ30.2126.2712.07-
YUV139.8897.03163.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.5%
GREEN value IS 125 (49.22% from 255) = 31.25%
BLUE value IS 85 (33.59% from 255) = 21.25%
R=47.5%
G=31.25%
B=21.25%

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
Decimal1901258500.340.550.2522.8644.6853.92
HexBE7D550223719172d36
Octal2761751250426731275566
Binary101111101111101101010101000101101111100110111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7D55; }

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

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

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

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

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

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

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

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