#BD763A

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

Shades of Brandy Punch #BD763A

Tints of Brandy Punch #BD763A

Color information

#BD763A (or 0xBD763A) is unknown color: approx Brandy Punch. HEX triplet: BD, 76 and 3A. RGB value is (189,118,58). Sum of RGB (Red+Green+Blue) = 189+118+58=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 58 (23.05% from 255 or 15.89% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD763A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD763A is #4289C5. Grayscale: #848484. Windows color (decimal): -4360646 or 3831485. OLE color: 3831485.

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

Color convert

RGB18911858-
CMYK00.380.690.26
HSL27.48º53.04%48.43%-
HSV(B)27.48º69.31%74.12%-
XYZ28.2324.087.16-
YUV132.3986.02168.38-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.78%
GREEN value IS 118 (46.48% from 255) = 32.33%
BLUE value IS 58 (23.05% from 255) = 15.89%
R=51.78%
G=32.33%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891185800.380.690.2627.4853.0448.43
HexBD763A026451A1b3530
Octal2751667204610532336560
Binary101111011110110111010010011010001011101011011110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD763A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD763A; }

 p { color: rgb(189,118,58); }

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

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

 a { background-color: rgb(189,118,58); }

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

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

 span { border-color: rgb(189,118,58); }

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