Html Css Color HEX #BA8049 Brandy Punch

📋 copy color: '#BA8049'

red 186 ◦ green 128 ◦ blue 73

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

Shades of Brandy Punch #BA8049

Tints of Brandy Punch #BA8049

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.07%

 BLUE value IS 73 (28.91% from 255) = 18.86%

R = 48.06%
G = 33.07%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA8049 (or 0xBA8049) is known color: Brandy Punch. HEX triplet: BA, 80 and 49. RGB value is (186,128,73). Sum of RGB (Red+Green+Blue) = 186+128+73=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 73 (28.91% from 255 or 18.86% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8049 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8049 is #457FB6. Grayscale: #8B8B8B. Windows color (decimal): -4554679 or 4817082. OLE color: 4817082.

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

Color convert

RGB 186 128 73 -
CMYK 0 0.31 0.61 0.27
HSL 29.2º 0.45% 0.51% -
HSV(B) 29.2º 0.61% 0.73% -
XYZ 29.17 26.36 9.85 -
YUV 139.07 90.72 161.47 -
System Red Green Blue C M Y K H S L
Decimal 186 128 73 0 0.31 0.61 0.27 29.2 0.45 0.51
Hex BA 80 49 0 1F 3D 1B 1D 2D 33
Octal 272 200 111 0 37 75 33 35 55 63
Binary 10111010 10000000 1001001 0 11111 111101 11011 11101 101101 110011

Color Harmonies of #BA8049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8049

Black with #BA8049

Text Example


Text Example

White with #BA8049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8049; }

 p { color: rgb(186,128,73); }

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

background-color css

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

 a { background-color: rgb(186,128,73); }

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

border-color css

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

 span { border-color: rgb(186,128,73); }

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