#BD773F

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

Shades of Brandy Punch #BD773F

Tints of Brandy Punch #BD773F

Color information

#BD773F (or 0xBD773F) is unknown color: approx Brandy Punch. HEX triplet: BD, 77 and 3F. RGB value is (189,119,63). Sum of RGB (Red+Green+Blue) = 189+119+63=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD773F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD773F is #4288C0. Grayscale: #858585. Windows color (decimal): -4360385 or 4159421. OLE color: 4159421.

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

Color convert

RGB18911963-
CMYK00.370.670.26
HSL26.67º50%49.41%-
HSV(B)26.67º66.67%74.12%-
XYZ28.4824.377.91-
YUV133.5588.19167.55-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.94%
GREEN value IS 119 (46.88% from 255) = 32.08%
BLUE value IS 63 (25% from 255) = 16.98%
R=50.94%
G=32.08%
B=16.98%

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
Decimal1891196300.370.670.2626.675049.41
HexBD773F025431A1b3231
Octal2751677704510332336261
Binary101111011110111111111010010110000111101011011110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD773F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD773F; }

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

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

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

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

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

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

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

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