#BD7C4C

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

Shades of Brandy Punch #BD7C4C

Tints of Brandy Punch #BD7C4C

Color information

#BD7C4C (or 0xBD7C4C) is unknown color: approx Brandy Punch. HEX triplet: BD, 7C and 4C. RGB value is (189,124,76). Sum of RGB (Red+Green+Blue) = 189+124+76=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 124 (48.83% from 255 or 31.88% from 389); Blue value is 76 (30.08% from 255 or 19.54% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7C4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7C4C is #4283B3. Grayscale: #8A8A8A. Windows color (decimal): -4359092 or 5012669. OLE color: 5012669.

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

Color convert

RGB18912476-
CMYK00.340.600.26
HSL25.49º46.12%51.96%-
HSV(B)25.49º59.79%74.12%-
XYZ29.525.7610.25-
YUV137.9693.03164.4-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.59%
GREEN value IS 124 (48.83% from 255) = 31.88%
BLUE value IS 76 (30.08% from 255) = 19.54%
R=48.59%
G=31.88%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891247600.340.600.2625.4946.1251.96
HexBD7C4C0223C1A192e34
Octal2751741140427432315664
Binary101111011111100100110001000101111001101011001101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7C4C; }

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

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

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

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

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

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

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

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