#BD8149

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

Shades of Brandy Punch #BD8149

Tints of Brandy Punch #BD8149

Color information

#BD8149 (or 0xBD8149) is unknown color: approx Brandy Punch. HEX triplet: BD, 81 and 49. RGB value is (189,129,73). Sum of RGB (Red+Green+Blue) = 189+129+73=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 73 (28.91% from 255 or 18.67% from 391); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8149 is #427EB6. Grayscale: #8C8C8C. Windows color (decimal): -4357815 or 4817341. OLE color: 4817341.

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

Color convert

RGB18912973-
CMYK00.320.610.26
HSL28.97º46.77%51.37%-
HSV(B)28.97º61.38%74.12%-
XYZ30.04279.93-
YUV140.5689.88162.55-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.34%
GREEN value IS 129 (50.78% from 255) = 32.99%
BLUE value IS 73 (28.91% from 255) = 18.67%
R=48.34%
G=32.99%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891297300.320.610.2628.9746.7751.37
HexBD81490203D1A1d2f33
Octal2752011110407532355763
Binary1011110110000001100100101000001111011101011101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8149; }

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

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

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

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

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

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

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

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