#BD803C

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

Shades of Brandy Punch #BD803C

Tints of Brandy Punch #BD803C

Color information

#BD803C (or 0xBD803C) is unknown color: approx Brandy Punch. HEX triplet: BD, 80 and 3C. RGB value is (189,128,60). Sum of RGB (Red+Green+Blue) = 189+128+60=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 60 (23.83% from 255 or 15.92% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BD803C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD803C is #427FC3. Grayscale: #8A8A8A. Windows color (decimal): -4358084 or 3965117. OLE color: 3965117.

HSL color Cylindrical-coordinate representation of color #BD803C: hue angle of 31.63º degrees, saturation: 0.52, 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 #BD803C is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB18912860-
CMYK00.320.680.26
HSL31.63º51.81%48.82%-
HSV(B)31.63º68.25%74.12%-
XYZ29.5226.587.85-
YUV138.4983.71164.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.13%
GREEN value IS 128 (50.39% from 255) = 33.95%
BLUE value IS 60 (23.83% from 255) = 15.92%
R=50.13%
G=33.95%
B=15.92%

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
Decimal1891286000.320.680.2631.6351.8148.82
HexBD803C020441A203431
Octal2752007404010432406461
Binary10111101100000001111000100000100010011010100000110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD803C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD803C; }

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

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

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

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

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

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

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

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