Html Css Color HEX #BA8446 Brandy Punch

📋 copy color: '#BA8446'

red 186 ◦ green 132 ◦ blue 70

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

Shades of Brandy Punch #BA8446

Tints of Brandy Punch #BA8446

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.02%

 BLUE value IS 70 (27.73% from 255) = 18.04%

R = 47.94%
G = 34.02%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA8446 (or 0xBA8446) is known color: Brandy Punch. HEX triplet: BA, 84 and 46. RGB value is (186,132,70). Sum of RGB (Red+Green+Blue) = 186+132+70=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 132 (51.95% from 255 or 34.02% from 388); Blue value is 70 (27.73% from 255 or 18.04% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8446 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8446 is #457BB9. Grayscale: #8D8D8D. Windows color (decimal): -4553658 or 4621498. OLE color: 4621498.

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

Color convert

RGB 186 132 70 -
CMYK 0 0.29 0.62 0.27
HSL 32.07º 0.46% 0.5% -
HSV(B) 32.07º 0.62% 0.73% -
XYZ 29.61 27.38 9.52 -
YUV 141.08 87.89 160.04 -
System Red Green Blue C M Y K H S L
Decimal 186 132 70 0 0.29 0.62 0.27 32.07 0.46 0.5
Hex BA 84 46 0 1D 3E 1B 20 2E 32
Octal 272 204 106 0 35 76 33 40 56 62
Binary 10111010 10000100 1000110 0 11101 111110 11011 100000 101110 110010

Color Harmonies of #BA8446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8446

Black with #BA8446

Text Example


Text Example

White with #BA8446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8446; }

 p { color: rgb(186,132,70); }

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

background-color css

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

 a { background-color: rgb(186,132,70); }

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

border-color css

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

 span { border-color: rgb(186,132,70); }

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