#BD8051

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

Shades of Brandy Punch #BD8051

Tints of Brandy Punch #BD8051

Color information

#BD8051 (or 0xBD8051) is unknown color: approx Brandy Punch. HEX triplet: BD, 80 and 51. RGB value is (189,128,81). Sum of RGB (Red+Green+Blue) = 189+128+81=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 81 (32.03% from 255 or 20.35% from 398); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8051 is #427FAE. Grayscale: #8D8D8D. Windows color (decimal): -4358063 or 5341373. OLE color: 5341373.

HSL color Cylindrical-coordinate representation of color #BD8051: hue angle of 26.11º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD8051 is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB18912881-
CMYK00.320.570.26
HSL26.11º45%52.94%-
HSV(B)26.11º57.14%74.12%-
XYZ30.1926.8511.38-
YUV140.8894.21162.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.49%
GREEN value IS 128 (50.39% from 255) = 32.16%
BLUE value IS 81 (32.03% from 255) = 20.35%
R=47.49%
G=32.16%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891288100.320.570.2626.114552.94
HexBD8051020391A1a2d35
Octal2752001210407132325565
Binary1011110110000000101000101000001110011101011010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8051; }

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

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

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

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

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

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

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

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