#BD823F

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

Shades of Brandy Punch #BD823F

Tints of Brandy Punch #BD823F

Color information

#BD823F (or 0xBD823F) is unknown color: approx Brandy Punch. HEX triplet: BD, 82 and 3F. RGB value is (189,130,63). Sum of RGB (Red+Green+Blue) = 189+130+63=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 63 (25% from 255 or 16.49% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BD823F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD823F is #427DC0. Grayscale: #8C8C8C. Windows color (decimal): -4357569 or 4162237. OLE color: 4162237.

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

Color convert

RGB18913063-
CMYK00.310.670.26
HSL31.9º50%49.41%-
HSV(B)31.9º66.67%74.12%-
XYZ29.8727.148.37-
YUV14084.55162.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.48%
GREEN value IS 130 (51.17% from 255) = 34.03%
BLUE value IS 63 (25% from 255) = 16.49%
R=49.48%
G=34.03%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891306300.310.670.2631.95049.41
HexBD823F01F431A203231
Octal2752027703710332406261
Binary1011110110000010111111011111100001111010100000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD823F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD823F; }

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

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

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

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

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

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

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

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