#BD783B

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

Shades of Brandy Punch #BD783B

Tints of Brandy Punch #BD783B

Color information

#BD783B (or 0xBD783B) is unknown color: approx Brandy Punch. HEX triplet: BD, 78 and 3B. RGB value is (189,120,59). Sum of RGB (Red+Green+Blue) = 189+120+59=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 120 (47.27% from 255 or 32.61% from 368); Blue value is 59 (23.44% from 255 or 16.03% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD783B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD783B is #4287C4. Grayscale: #858585. Windows color (decimal): -4360133 or 3897533. OLE color: 3897533.

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

Color convert

RGB18912059-
CMYK00.370.690.26
HSL28.15º52.42%48.63%-
HSV(B)28.15º68.78%74.12%-
XYZ28.4924.577.38-
YUV133.6885.86167.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.36%
GREEN value IS 120 (47.27% from 255) = 32.61%
BLUE value IS 59 (23.44% from 255) = 16.03%
R=51.36%
G=32.61%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891205900.370.690.2628.1552.4248.63
HexBD783B025451A1c3431
Octal2751707304510532346461
Binary101111011111000111011010010110001011101011100110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD783B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD783B; }

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

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

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

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

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

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

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

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