#BD803D

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

Shades of Brandy Punch #BD803D

Tints of Brandy Punch #BD803D

Color information

#BD803D (or 0xBD803D) is unknown color: approx Brandy Punch. HEX triplet: BD, 80 and 3D. RGB value is (189,128,61). Sum of RGB (Red+Green+Blue) = 189+128+61=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 61 (24.22% from 255 or 16.14% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BD803D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD803D is #427FC2. Grayscale: #8A8A8A. Windows color (decimal): -4358083 or 4030653. OLE color: 4030653.

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

Color convert

RGB18912861-
CMYK00.320.680.26
HSL31.41º51.2%49.02%-
HSV(B)31.41º67.72%74.12%-
XYZ29.5526.597.99-
YUV138.684.21163.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50%
GREEN value IS 128 (50.39% from 255) = 33.86%
BLUE value IS 61 (24.22% from 255) = 16.14%
R=50%
G=33.86%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891286100.320.680.2631.4151.249.02
HexBD803D020441A1f3331
Octal2752007504010432376361
Binary1011110110000000111101010000010001001101011111110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD803D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD803D; }

 p { color: rgb(189,128,61); }

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

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

 a { background-color: rgb(189,128,61); }

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

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

 span { border-color: rgb(189,128,61); }

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