#BD804C

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

Shades of Brandy Punch #BD804C

Tints of Brandy Punch #BD804C

Color information

#BD804C (or 0xBD804C) is unknown color: approx Brandy Punch. HEX triplet: BD, 80 and 4C. RGB value is (189,128,76). Sum of RGB (Red+Green+Blue) = 189+128+76=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 76 (30.08% from 255 or 19.34% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BD804C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD804C is #427FB3. Grayscale: #8C8C8C. Windows color (decimal): -4358068 or 5013693. OLE color: 5013693.

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

Color convert

RGB18912876-
CMYK00.320.600.26
HSL27.61º46.12%51.96%-
HSV(B)27.61º59.79%74.12%-
XYZ30.0126.7810.42-
YUV140.3191.71162.73-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.09%
GREEN value IS 128 (50.39% from 255) = 32.57%
BLUE value IS 76 (30.08% from 255) = 19.34%
R=48.09%
G=32.57%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891287600.320.600.2627.6146.1251.96
HexBD804C0203C1A1c2e34
Octal2752001140407432345664
Binary1011110110000000100110001000001111001101011100101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD804C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD804C; }

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

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

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

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

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

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

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

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