#BD7440

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

Shades of Brandy Punch #BD7440

Tints of Brandy Punch #BD7440

Color information

#BD7440 (or 0xBD7440) is unknown color: approx Brandy Punch. HEX triplet: BD, 74 and 40. RGB value is (189,116,64). Sum of RGB (Red+Green+Blue) = 189+116+64=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 64 (25.39% from 255 or 17.34% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7440 is #428BBF. Grayscale: #848484. Windows color (decimal): -4361152 or 4224189. OLE color: 4224189.

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

Color convert

RGB18911664-
CMYK00.390.660.26
HSL24.96º49.41%49.61%-
HSV(B)24.96º66.14%74.12%-
XYZ28.1623.687.94-
YUV131.989.68168.73-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.22%
GREEN value IS 116 (45.70% from 255) = 31.44%
BLUE value IS 64 (25.39% from 255) = 17.34%
R=51.22%
G=31.44%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891166400.390.660.2624.9649.4149.61
HexBD7440027421A193132
Octal27516410004710232316162
Binary1011110111101001000000010011110000101101011001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7440; }

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

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

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

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

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

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

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

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