#BD7A3D

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

Shades of Brandy Punch #BD7A3D

Tints of Brandy Punch #BD7A3D

Color information

#BD7A3D (or 0xBD7A3D) is unknown color: approx Brandy Punch. HEX triplet: BD, 7A and 3D. RGB value is (189,122,61). Sum of RGB (Red+Green+Blue) = 189+122+61=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 122 (48.05% from 255 or 32.80% from 372); Blue value is 61 (24.22% from 255 or 16.40% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7A3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7A3D is #4285C2. Grayscale: #878787. Windows color (decimal): -4359619 or 4029117. OLE color: 4029117.

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

Color convert

RGB18912261-
CMYK00.350.680.26
HSL28.59º51.2%49.02%-
HSV(B)28.59º67.72%74.12%-
XYZ28.7925.077.74-
YUV135.0886.2166.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.81%
GREEN value IS 122 (48.05% from 255) = 32.80%
BLUE value IS 61 (24.22% from 255) = 16.40%
R=50.81%
G=32.80%
B=16.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891226100.350.680.2628.5951.249.02
HexBD7A3D023441A1d3331
Octal2751727504310432356361
Binary101111011111010111101010001110001001101011101110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7A3D; }

 p { color: rgb(189,122,61); }

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

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

 a { background-color: rgb(189,122,61); }

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

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

 span { border-color: rgb(189,122,61); }

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