#BD8449

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

Shades of Brandy Punch #BD8449

Tints of Brandy Punch #BD8449

Color information

#BD8449 (or 0xBD8449) is unknown color: approx Brandy Punch. HEX triplet: BD, 84 and 49. RGB value is (189,132,73). Sum of RGB (Red+Green+Blue) = 189+132+73=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 73 (28.91% from 255 or 18.53% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8449 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8449 is #427BB6. Grayscale: #8E8E8E. Windows color (decimal): -4357047 or 4818109. OLE color: 4818109.

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

Color convert

RGB18913273-
CMYK00.300.610.26
HSL30.52º46.77%51.37%-
HSV(B)30.52º61.38%74.12%-
XYZ30.4427.810.07-
YUV142.3288.88161.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.97%
GREEN value IS 132 (51.95% from 255) = 33.50%
BLUE value IS 73 (28.91% from 255) = 18.53%
R=47.97%
G=33.50%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891327300.300.610.2630.5246.7751.37
HexBD844901E3D1A1f2f33
Octal2752041110367532375763
Binary101111011000010010010010111101111011101011111101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8449; }

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

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

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

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

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

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

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

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