#BD823B

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

Shades of Brandy Punch #BD823B

Tints of Brandy Punch #BD823B

Color information

#BD823B (or 0xBD823B) is unknown color: approx Brandy Punch. HEX triplet: BD, 82 and 3B. RGB value is (189,130,59). Sum of RGB (Red+Green+Blue) = 189+130+59=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 59 (23.44% from 255 or 15.61% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BD823B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD823B is #427DC4. Grayscale: #8B8B8B. Windows color (decimal): -4357573 or 3900093. OLE color: 3900093.

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

Color convert

RGB18913059-
CMYK00.310.690.26
HSL32.77º52.42%48.63%-
HSV(B)32.77º68.78%74.12%-
XYZ29.7627.17.8-
YUV139.5582.55163.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50%
GREEN value IS 130 (51.17% from 255) = 34.39%
BLUE value IS 59 (23.44% from 255) = 15.61%
R=50%
G=34.39%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891305900.310.690.2632.7752.4248.63
HexBD823B01F451A213431
Octal2752027303710532416461
Binary1011110110000010111011011111100010111010100001110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD823B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD823B; }

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

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

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

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

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

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

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

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