#BA7A4B

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

Shades of Brandy Punch #BA7A4B

Tints of Brandy Punch #BA7A4B

Color information

#BA7A4B (or 0xBA7A4B) is unknown color: approx Brandy Punch. HEX triplet: BA, 7A and 4B. RGB value is (186,122,75). Sum of RGB (Red+Green+Blue) = 186+122+75=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 75 (29.69% from 255 or 19.58% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7A4B is #4585B4. Grayscale: #888888. Windows color (decimal): -4556213 or 4946618. OLE color: 4946618.

HSL color Cylindrical-coordinate representation of color #BA7A4B: hue angle of 25.41º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA7A4B is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB18612275-
CMYK00.340.600.27
HSL25.41º44.58%51.18%-
HSV(B)25.41º59.68%72.94%-
XYZ28.4824.879.96-
YUV135.7893.7163.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.56%
GREEN value IS 122 (48.05% from 255) = 31.85%
BLUE value IS 75 (29.69% from 255) = 19.58%
R=48.56%
G=31.85%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861227500.340.600.2725.4144.5851.18
HexBA7A4B0223C1B192d33
Octal2721721130427433315563
Binary101110101111010100101101000101111001101111001101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7A4B; }

 p { color: rgb(186,122,75); }

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

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

 a { background-color: rgb(186,122,75); }

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

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

 span { border-color: rgb(186,122,75); }

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