#BD783F

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

Shades of Brandy Punch #BD783F

Tints of Brandy Punch #BD783F

Color information

#BD783F (or 0xBD783F) is unknown color: approx Brandy Punch. HEX triplet: BD, 78 and 3F. RGB value is (189,120,63). Sum of RGB (Red+Green+Blue) = 189+120+63=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 120 (47.27% from 255 or 32.26% from 372); Blue value is 63 (25% from 255 or 16.94% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BD783F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD783F is #4287C0. Grayscale: #868686. Windows color (decimal): -4360129 or 4159677. OLE color: 4159677.

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

Color convert

RGB18912063-
CMYK00.370.670.26
HSL27.14º50%49.41%-
HSV(B)27.14º66.67%74.12%-
XYZ28.624.617.95-
YUV134.1387.86167.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.81%
GREEN value IS 120 (47.27% from 255) = 32.26%
BLUE value IS 63 (25% from 255) = 16.94%
R=50.81%
G=32.26%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891206300.370.670.2627.145049.41
HexBD783F025431A1b3231
Octal2751707704510332336261
Binary101111011111000111111010010110000111101011011110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD783F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD783F; }

 p { color: rgb(189,120,63); }

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

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

 a { background-color: rgb(189,120,63); }

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

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

 span { border-color: rgb(189,120,63); }

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