Html Css Color HEX #BA7A47 Brandy Punch

📋 copy color: '#BA7A47'

red 186 ◦ green 122 ◦ blue 71

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

Shades of Brandy Punch #BA7A47

Tints of Brandy Punch #BA7A47

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.19%

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

R = 49.08%
G = 32.19%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA7A47 (or 0xBA7A47) is known color: Brandy Punch. HEX triplet: BA, 7A and 47. RGB value is (186,122,71). Sum of RGB (Red+Green+Blue) = 186+122+71=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 71 (28.12% from 255 or 18.73% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7A47 is #4585B8. Grayscale: #878787. Windows color (decimal): -4556217 or 4684474. OLE color: 4684474.

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

Color convert

RGB 186 122 71 -
CMYK 0 0.34 0.62 0.27
HSL 26.61º 0.45% 0.5% -
HSV(B) 26.61º 0.62% 0.73% -
XYZ 28.35 24.81 9.26 -
YUV 135.32 91.7 164.15 -
System Red Green Blue C M Y K H S L
Decimal 186 122 71 0 0.34 0.62 0.27 26.61 0.45 0.5
Hex BA 7A 47 0 22 3E 1B 1B 2D 32
Octal 272 172 107 0 42 76 33 33 55 62
Binary 10111010 1111010 1000111 0 100010 111110 11011 11011 101101 110010

Color Harmonies of #BA7A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7A47

Black with #BA7A47

Text Example


Text Example

White with #BA7A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7A47; }

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

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

background-color css

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

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

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

border-color css

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

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

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