#BA8144

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

Shades of Brandy Punch #BA8144

Tints of Brandy Punch #BA8144

Color information

#BA8144 (or 0xBA8144) is unknown color: approx Brandy Punch. HEX triplet: BA, 81 and 44. RGB value is (186,129,68). Sum of RGB (Red+Green+Blue) = 186+129+68=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 68 (26.95% from 255 or 17.75% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8144 is #457EBB. Grayscale: #8B8B8B. Windows color (decimal): -4554428 or 4489658. OLE color: 4489658.

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

Color convert

RGB18612968-
CMYK00.310.630.27
HSL31.02º46.46%49.8%-
HSV(B)31.02º63.44%72.94%-
XYZ29.1426.569.06-
YUV139.0987.88161.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.56%
GREEN value IS 129 (50.78% from 255) = 33.68%
BLUE value IS 68 (26.95% from 255) = 17.75%
R=48.56%
G=33.68%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861296800.310.630.2731.0246.4649.8
HexBA814401F3F1B1f2e32
Octal2722011040377733375662
Binary101110101000000110001000111111111111101111111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8144; }

 p { color: rgb(186,129,68); }

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

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

 a { background-color: rgb(186,129,68); }

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

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

 span { border-color: rgb(186,129,68); }

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