Html Css Color HEX #BA8149 Brandy Punch

📋 copy color: '#BA8149'

red 186 ◦ green 129 ◦ blue 73

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

Shades of Brandy Punch #BA8149

Tints of Brandy Punch #BA8149

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.25%

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

R = 47.94%
G = 33.25%
B = 18.81%

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

#BA8149 (or 0xBA8149) is known color: Brandy Punch. HEX triplet: BA, 81 and 49. RGB value is (186,129,73). Sum of RGB (Red+Green+Blue) = 186+129+73=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 73 (28.91% from 255 or 18.81% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8149 is #457EB6. Grayscale: #8B8B8B. Windows color (decimal): -4554423 or 4817338. OLE color: 4817338.

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

Color convert

RGB 186 129 73 -
CMYK 0 0.31 0.61 0.27
HSL 29.73º 0.45% 0.51% -
HSV(B) 29.73º 0.61% 0.73% -
XYZ 29.3 26.62 9.9 -
YUV 139.66 90.38 161.05 -
System Red Green Blue C M Y K H S L
Decimal 186 129 73 0 0.31 0.61 0.27 29.73 0.45 0.51
Hex BA 81 49 0 1F 3D 1B 1E 2D 33
Octal 272 201 111 0 37 75 33 36 55 63
Binary 10111010 10000001 1001001 0 11111 111101 11011 11110 101101 110011

Color Harmonies of #BA8149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8149

Black with #BA8149

Text Example


Text Example

White with #BA8149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8149; }

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

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

background-color css

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

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

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

border-color css

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

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

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