#BA7B4B

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

Shades of Brandy Punch #BA7B4B

Tints of Brandy Punch #BA7B4B

Color information

#BA7B4B (or 0xBA7B4B) is unknown color: approx Brandy Punch. HEX triplet: BA, 7B and 4B. RGB value is (186,123,75). Sum of RGB (Red+Green+Blue) = 186+123+75=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 75 (29.69% from 255 or 19.53% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7B4B is #4584B4. Grayscale: #888888. Windows color (decimal): -4555957 or 4946874. OLE color: 4946874.

HSL color Cylindrical-coordinate representation of color #BA7B4B: hue angle of 25.95º 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 #BA7B4B is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB18612375-
CMYK00.340.600.27
HSL25.95º44.58%51.18%-
HSV(B)25.95º59.68%72.94%-
XYZ28.625.1110-
YUV136.3693.37163.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.44%
GREEN value IS 123 (48.44% from 255) = 32.03%
BLUE value IS 75 (29.69% from 255) = 19.53%
R=48.44%
G=32.03%
B=19.53%

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
Decimal1861237500.340.600.2725.9544.5851.18
HexBA7B4B0223C1B1a2d33
Octal2721731130427433325563
Binary101110101111011100101101000101111001101111010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7B4B; }

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

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

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

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

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

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

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

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