#BD824A

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

Shades of Brandy Punch #BD824A

Tints of Brandy Punch #BD824A

Color information

#BD824A (or 0xBD824A) is unknown color: approx Brandy Punch. HEX triplet: BD, 82 and 4A. RGB value is (189,130,74). Sum of RGB (Red+Green+Blue) = 189+130+74=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 74 (29.30% from 255 or 18.83% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BD824A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD824A is #427DB5. Grayscale: #8D8D8D. Windows color (decimal): -4357558 or 4883133. OLE color: 4883133.

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

Color convert

RGB18913074-
CMYK00.310.610.26
HSL29.22º46.56%51.57%-
HSV(B)29.22º60.85%74.12%-
XYZ30.227.2810.15-
YUV141.2690.05162.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.09%
GREEN value IS 130 (51.17% from 255) = 33.08%
BLUE value IS 74 (29.30% from 255) = 18.83%
R=48.09%
G=33.08%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891307400.310.610.2629.2246.5651.57
HexBD824A01F3D1A1d2f34
Octal2752021120377532355764
Binary101111011000001010010100111111111011101011101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD824A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD824A; }

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

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

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

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

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

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

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

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