Html Css Color HEX #BA8449 Brandy Punch

📋 copy color: '#BA8449'

red 186 ◦ green 132 ◦ blue 73

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

Shades of Brandy Punch #BA8449

Tints of Brandy Punch #BA8449

RGB

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

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

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

R = 47.57%
G = 33.76%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA8449 (or 0xBA8449) is known color: Brandy Punch. HEX triplet: BA, 84 and 49. RGB value is (186,132,73). Sum of RGB (Red+Green+Blue) = 186+132+73=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 73 (28.91% from 255 or 18.67% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8449 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8449 is #457BB6. Grayscale: #8D8D8D. Windows color (decimal): -4553655 or 4818106. OLE color: 4818106.

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

Color convert

RGB 186 132 73 -
CMYK 0 0.29 0.61 0.27
HSL 31.33º 0.45% 0.51% -
HSV(B) 31.33º 0.61% 0.73% -
XYZ 29.7 27.42 10.03 -
YUV 141.42 89.39 159.8 -
System Red Green Blue C M Y K H S L
Decimal 186 132 73 0 0.29 0.61 0.27 31.33 0.45 0.51
Hex BA 84 49 0 1D 3D 1B 1F 2D 33
Octal 272 204 111 0 35 75 33 37 55 63
Binary 10111010 10000100 1001001 0 11101 111101 11011 11111 101101 110011

Color Harmonies of #BA8449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8449

Black with #BA8449

Text Example


Text Example

White with #BA8449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8449; }

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

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

background-color css

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

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

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

border-color css

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

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

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