#BA803D

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

Shades of Brandy Punch #BA803D

Tints of Brandy Punch #BA803D

Color information

#BA803D (or 0xBA803D) is unknown color: approx Brandy Punch. HEX triplet: BA, 80 and 3D. RGB value is (186,128,61). Sum of RGB (Red+Green+Blue) = 186+128+61=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 61 (24.22% from 255 or 16.27% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA803D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA803D is #457FC2. Grayscale: #8A8A8A. Windows color (decimal): -4554691 or 4030650. OLE color: 4030650.

HSL color Cylindrical-coordinate representation of color #BA803D: hue angle of 32.16º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA803D is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB18612861-
CMYK00.310.670.27
HSL32.16º50.61%48.43%-
HSV(B)32.16º67.2%72.94%-
XYZ28.8126.217.96-
YUV137.784.72162.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.6%
GREEN value IS 128 (50.39% from 255) = 34.13%
BLUE value IS 61 (24.22% from 255) = 16.27%
R=49.6%
G=34.13%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861286100.310.670.2732.1650.6148.43
HexBA803D01F431B203330
Octal2722007503710333406360
Binary1011101010000000111101011111100001111011100000110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA803D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA803D; }

 p { color: rgb(186,128,61); }

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

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

 a { background-color: rgb(186,128,61); }

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

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

 span { border-color: rgb(186,128,61); }

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