Html Css Color HEX #BA7848 Brandy Punch

📋 copy color: '#BA7848'

red 186 ◦ green 120 ◦ blue 72

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

Shades of Brandy Punch #BA7848

Tints of Brandy Punch #BA7848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.05%

R = 49.21%
G = 31.75%
B = 19.05%

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

#BA7848 (or 0xBA7848) is known color: Brandy Punch. HEX triplet: BA, 78 and 48. RGB value is (186,120,72). Sum of RGB (Red+Green+Blue) = 186+120+72=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 120 (47.27% from 255 or 31.75% from 378); Blue value is 72 (28.52% from 255 or 19.05% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7848 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7848 is #4587B7. Grayscale: #868686. Windows color (decimal): -4556728 or 4749498. OLE color: 4749498.

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

Color convert

RGB 186 120 72 -
CMYK 0 0.35 0.61 0.27
HSL 25.26º 0.45% 0.51% -
HSV(B) 25.26º 0.61% 0.73% -
XYZ 28.14 24.34 9.35 -
YUV 134.26 92.87 164.9 -
System Red Green Blue C M Y K H S L
Decimal 186 120 72 0 0.35 0.61 0.27 25.26 0.45 0.51
Hex BA 78 48 0 23 3D 1B 19 2D 33
Octal 272 170 110 0 43 75 33 31 55 63
Binary 10111010 1111000 1001000 0 100011 111101 11011 11001 101101 110011

Color Harmonies of #BA7848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7848

Black with #BA7848

Text Example


Text Example

White with #BA7848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7848; }

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

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

background-color css

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

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

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

border-color css

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

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

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