#BD7C40

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

Shades of Brandy Punch #BD7C40

Tints of Brandy Punch #BD7C40

Color information

#BD7C40 (or 0xBD7C40) is unknown color: approx Brandy Punch. HEX triplet: BD, 7C and 40. RGB value is (189,124,64). Sum of RGB (Red+Green+Blue) = 189+124+64=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 64 (25.39% from 255 or 16.98% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7C40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7C40 is #4283BF. Grayscale: #888888. Windows color (decimal): -4359104 or 4226237. OLE color: 4226237.

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

Color convert

RGB18912464-
CMYK00.340.660.26
HSL28.8º49.41%49.61%-
HSV(B)28.8º66.14%74.12%-
XYZ29.1225.68.26-
YUV136.5987.03165.38-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.13%
GREEN value IS 124 (48.83% from 255) = 32.89%
BLUE value IS 64 (25.39% from 255) = 16.98%
R=50.13%
G=32.89%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891246400.340.660.2628.849.4149.61
HexBD7C40022421A1d3132
Octal27517410004210232356162
Binary1011110111111001000000010001010000101101011101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7C40; }

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

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

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

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

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

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

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

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