Html Css Color HEX #BA8247 Brandy Punch

📋 copy color: '#BA8247'

red 186 ◦ green 130 ◦ blue 71

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

Shades of Brandy Punch #BA8247

Tints of Brandy Punch #BA8247

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.59%

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

R = 48.06%
G = 33.59%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA8247 (or 0xBA8247) is known color: Brandy Punch. HEX triplet: BA, 82 and 47. RGB value is (186,130,71). Sum of RGB (Red+Green+Blue) = 186+130+71=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 71 (28.12% from 255 or 18.35% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8247 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8247 is #457DB8. Grayscale: #8C8C8C. Windows color (decimal): -4554169 or 4686522. OLE color: 4686522.

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

Color convert

RGB 186 130 71 -
CMYK 0 0.30 0.62 0.27
HSL 30.78º 0.45% 0.5% -
HSV(B) 30.78º 0.62% 0.73% -
XYZ 29.37 26.86 9.6 -
YUV 140.02 89.05 160.8 -
System Red Green Blue C M Y K H S L
Decimal 186 130 71 0 0.30 0.62 0.27 30.78 0.45 0.5
Hex BA 82 47 0 1E 3E 1B 1F 2D 32
Octal 272 202 107 0 36 76 33 37 55 62
Binary 10111010 10000010 1000111 0 11110 111110 11011 11111 101101 110010

Color Harmonies of #BA8247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8247

Black with #BA8247

Text Example


Text Example

White with #BA8247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8247; }

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

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

background-color css

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

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

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

border-color css

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

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

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