#BD784D

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

Shades of Brandy Punch #BD784D

Tints of Brandy Punch #BD784D

Color information

#BD784D (or 0xBD784D) is unknown color: approx Brandy Punch. HEX triplet: BD, 78 and 4D. RGB value is (189,120,77). Sum of RGB (Red+Green+Blue) = 189+120+77=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BD784D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD784D is #4287B2. Grayscale: #878787. Windows color (decimal): -4360115 or 5077181. OLE color: 5077181.

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

Color convert

RGB18912077-
CMYK00.370.590.26
HSL23.04º45.9%52.16%-
HSV(B)23.04º59.26%74.12%-
XYZ29.0424.7910.27-
YUV135.7394.86166-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.96%
GREEN value IS 120 (47.27% from 255) = 31.09%
BLUE value IS 77 (30.47% from 255) = 19.95%
R=48.96%
G=31.09%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891207700.370.590.2623.0445.952.16
HexBD784D0253B1A172e34
Octal2751701150457332275664
Binary101111011111000100110101001011110111101010111101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD784D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD784D; }

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

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

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

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

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

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

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

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