#BD824B

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

Shades of Brandy Punch #BD824B

Tints of Brandy Punch #BD824B

Color information

#BD824B (or 0xBD824B) is unknown color: approx Brandy Punch. HEX triplet: BD, 82 and 4B. RGB value is (189,130,75). Sum of RGB (Red+Green+Blue) = 189+130+75=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 75 (29.69% from 255 or 19.04% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BD824B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD824B is #427DB4. Grayscale: #8D8D8D. Windows color (decimal): -4357557 or 4948669. OLE color: 4948669.

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

Color convert

RGB18913075-
CMYK00.310.600.26
HSL28.95º46.34%51.76%-
HSV(B)28.95º60.32%74.12%-
XYZ30.2427.2910.33-
YUV141.3790.55161.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.97%
GREEN value IS 130 (51.17% from 255) = 32.99%
BLUE value IS 75 (29.69% from 255) = 19.04%
R=47.97%
G=32.99%
B=19.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891307500.310.600.2628.9546.3451.76
HexBD824B01F3C1A1d2e34
Octal2752021130377432355664
Binary101111011000001010010110111111111001101011101101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD824B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD824B; }

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

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

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

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

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

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

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

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