#BD7A4C

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

Shades of Brandy Punch #BD7A4C

Tints of Brandy Punch #BD7A4C

Color information

#BD7A4C (or 0xBD7A4C) is unknown color: approx Brandy Punch. HEX triplet: BD, 7A and 4C. RGB value is (189,122,76). Sum of RGB (Red+Green+Blue) = 189+122+76=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 76 (30.08% from 255 or 19.64% from 387); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7A4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7A4C is #4285B3. Grayscale: #898989. Windows color (decimal): -4359604 or 5012157. OLE color: 5012157.

HSL color Cylindrical-coordinate representation of color #BD7A4C: hue angle of 24.42º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD7A4C is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB18912276-
CMYK00.350.600.26
HSL24.42º46.12%51.96%-
HSV(B)24.42º59.79%74.12%-
XYZ29.2525.2610.17-
YUV136.7993.7165.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.84%
GREEN value IS 122 (48.05% from 255) = 31.52%
BLUE value IS 76 (30.08% from 255) = 19.64%
R=48.84%
G=31.52%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891227600.350.600.2624.4246.1251.96
HexBD7A4C0233C1A182e34
Octal2751721140437432305664
Binary101111011111010100110001000111111001101011000101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7A4C; }

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

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

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

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

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

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

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

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