#BD824E

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

Shades of Brandy Punch #BD824E

Tints of Brandy Punch #BD824E

Color information

#BD824E (or 0xBD824E) is unknown color: approx Brandy Punch. HEX triplet: BD, 82 and 4E. RGB value is (189,130,78). Sum of RGB (Red+Green+Blue) = 189+130+78=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 78 (30.86% from 255 or 19.65% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BD824E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD824E is #427DB1. Grayscale: #8D8D8D. Windows color (decimal): -4357554 or 5145277. OLE color: 5145277.

HSL color Cylindrical-coordinate representation of color #BD824E: hue angle of 28.11º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD824E is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB18913078-
CMYK00.310.590.26
HSL28.11º45.68%52.35%-
HSV(B)28.11º58.73%74.12%-
XYZ30.3427.3310.88-
YUV141.7192.05161.73-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.61%
GREEN value IS 130 (51.17% from 255) = 32.75%
BLUE value IS 78 (30.86% from 255) = 19.65%
R=47.61%
G=32.75%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891307800.310.590.2628.1145.6852.35
HexBD824E01F3B1A1c2e34
Octal2752021160377332345664
Binary101111011000001010011100111111110111101011100101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD824E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD824E; }

 p { color: rgb(189,130,78); }

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

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

 a { background-color: rgb(189,130,78); }

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

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

 span { border-color: rgb(189,130,78); }

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