#BD844C

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

Shades of Brandy Punch #BD844C

Tints of Brandy Punch #BD844C

Color information

#BD844C (or 0xBD844C) is unknown color: approx Brandy Punch. HEX triplet: BD, 84 and 4C. RGB value is (189,132,76). Sum of RGB (Red+Green+Blue) = 189+132+76=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 76 (30.08% from 255 or 19.14% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BD844C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD844C is #427BB3. Grayscale: #8E8E8E. Windows color (decimal): -4357044 or 5014717. OLE color: 5014717.

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

Color convert

RGB18913276-
CMYK00.300.600.26
HSL29.73º46.12%51.96%-
HSV(B)29.73º59.79%74.12%-
XYZ30.5427.8410.6-
YUV142.6690.38161.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.61%
GREEN value IS 132 (51.95% from 255) = 33.25%
BLUE value IS 76 (30.08% from 255) = 19.14%
R=47.61%
G=33.25%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891327600.300.600.2629.7346.1251.96
HexBD844C01E3C1A1e2e34
Octal2752041140367432365664
Binary101111011000010010011000111101111001101011110101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD844C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD844C; }

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

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

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

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

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

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

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

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