Html Css Color HEX #BA7D47 Brandy Punch

📋 copy color: '#BA7D47'

red 186 ◦ green 125 ◦ blue 71

#BA7D47
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brandy Punch #BA7D47

Tints of Brandy Punch #BA7D47

RGB

 RED value IS 186 (73.05% from 255) = 48.69%

 GREEN value IS 125 (49.22% from 255) = 32.72%

 BLUE value IS 71 (28.13% from 255) = 18.59%

R = 48.69%
G = 32.72%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA7D47 (or 0xBA7D47) is known color: Brandy Punch. HEX triplet: BA, 7D and 47. RGB value is (186,125,71). Sum of RGB (Red+Green+Blue) = 186+125+71=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 71 (28.12% from 255 or 18.59% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7D47 is #4582B8. Grayscale: #898989. Windows color (decimal): -4555449 or 4685242. OLE color: 4685242.

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

Color convert

RGB 186 125 71 -
CMYK 0 0.33 0.62 0.27
HSL 28.17º 0.45% 0.5% -
HSV(B) 28.17º 0.62% 0.73% -
XYZ 28.72 25.56 9.38 -
YUV 137.08 90.71 162.89 -
System Red Green Blue C M Y K H S L
Decimal 186 125 71 0 0.33 0.62 0.27 28.17 0.45 0.5
Hex BA 7D 47 0 21 3E 1B 1C 2D 32
Octal 272 175 107 0 41 76 33 34 55 62
Binary 10111010 1111101 1000111 0 100001 111110 11011 11100 101101 110010

Color Harmonies of #BA7D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7D47

Black with #BA7D47

Text Example


Text Example

White with #BA7D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7D47; }

 p { color: rgb(186,125,71); }

 H1.HeaderClassName
 {
   color: #BA7D47;
 }
 .AnyTagClassName
 {
   color: #BA7D47;
 }
</style>

background-color css

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

 a { background-color: rgb(186,125,71); }

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

border-color css

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

 span { border-color: rgb(186,125,71); }

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