#BD8141

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

Shades of Brandy Punch #BD8141

Tints of Brandy Punch #BD8141

Color information

#BD8141 (or 0xBD8141) is unknown color: approx Brandy Punch. HEX triplet: BD, 81 and 41. RGB value is (189,129,65). Sum of RGB (Red+Green+Blue) = 189+129+65=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 65 (25.78% from 255 or 16.97% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8141 is #427EBE. Grayscale: #8B8B8B. Windows color (decimal): -4357823 or 4293053. OLE color: 4293053.

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

Color convert

RGB18912965-
CMYK00.320.660.26
HSL30.97º48.82%49.8%-
HSV(B)30.97º65.61%74.12%-
XYZ29.7926.98.62-
YUV139.6485.88163.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.35%
GREEN value IS 129 (50.78% from 255) = 33.68%
BLUE value IS 65 (25.78% from 255) = 16.97%
R=49.35%
G=33.68%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891296500.320.660.2630.9748.8249.8
HexBD8141020421A1f3132
Octal27520110104010232376162
Binary10111101100000011000001010000010000101101011111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8141; }

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

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

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

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

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

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

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

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