Html Css Color HEX #BA7849 Brandy Punch

📋 copy color: '#BA7849'

red 186 ◦ green 120 ◦ blue 73

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

Shades of Brandy Punch #BA7849

Tints of Brandy Punch #BA7849

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.66%

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

R = 49.08%
G = 31.66%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA7849 (or 0xBA7849) is known color: Brandy Punch. HEX triplet: BA, 78 and 49. RGB value is (186,120,73). Sum of RGB (Red+Green+Blue) = 186+120+73=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 73 (28.91% from 255 or 19.26% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7849 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7849 is #4587B6. Grayscale: #868686. Windows color (decimal): -4556727 or 4815034. OLE color: 4815034.

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

Color convert

RGB 186 120 73 -
CMYK 0 0.35 0.61 0.27
HSL 24.96º 0.45% 0.51% -
HSV(B) 24.96º 0.61% 0.73% -
XYZ 28.17 24.35 9.52 -
YUV 134.38 93.37 164.82 -
System Red Green Blue C M Y K H S L
Decimal 186 120 73 0 0.35 0.61 0.27 24.96 0.45 0.51
Hex BA 78 49 0 23 3D 1B 19 2D 33
Octal 272 170 111 0 43 75 33 31 55 63
Binary 10111010 1111000 1001001 0 100011 111101 11011 11001 101101 110011

Color Harmonies of #BA7849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7849

Black with #BA7849

Text Example


Text Example

White with #BA7849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7849; }

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

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

background-color css

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

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

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

border-color css

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

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

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