#BD8240

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

Shades of Brandy Punch #BD8240

Tints of Brandy Punch #BD8240

Color information

#BD8240 (or 0xBD8240) is unknown color: approx Brandy Punch. HEX triplet: BD, 82 and 40. RGB value is (189,130,64). Sum of RGB (Red+Green+Blue) = 189+130+64=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 64 (25.39% from 255 or 16.71% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8240 is #427DBF. Grayscale: #8C8C8C. Windows color (decimal): -4357568 or 4227773. OLE color: 4227773.

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

Color convert

RGB18913064-
CMYK00.310.660.26
HSL31.68º49.41%49.61%-
HSV(B)31.68º66.14%74.12%-
XYZ29.8927.158.52-
YUV140.1285.05162.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.35%
GREEN value IS 130 (51.17% from 255) = 33.94%
BLUE value IS 64 (25.39% from 255) = 16.71%
R=49.35%
G=33.94%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891306400.310.660.2631.6849.4149.61
HexBD824001F421A203132
Octal27520210003710232406162
Binary10111101100000101000000011111100001011010100000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8240; }

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

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

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

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

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

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

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

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