Html Css Color HEX #BA8448 Brandy Punch

📋 copy color: '#BA8448'

red 186 ◦ green 132 ◦ blue 72

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

Shades of Brandy Punch #BA8448

Tints of Brandy Punch #BA8448

RGB

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

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

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

R = 47.69%
G = 33.85%
B = 18.46%

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

#BA8448 (or 0xBA8448) is known color: Brandy Punch. HEX triplet: BA, 84 and 48. RGB value is (186,132,72). Sum of RGB (Red+Green+Blue) = 186+132+72=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 72 (28.52% from 255 or 18.46% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8448 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8448 is #457BB7. Grayscale: #8D8D8D. Windows color (decimal): -4553656 or 4752570. OLE color: 4752570.

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

Color convert

RGB 186 132 72 -
CMYK 0 0.29 0.61 0.27
HSL 31.58º 0.45% 0.51% -
HSV(B) 31.58º 0.61% 0.73% -
XYZ 29.67 27.41 9.86 -
YUV 141.31 88.89 159.88 -
System Red Green Blue C M Y K H S L
Decimal 186 132 72 0 0.29 0.61 0.27 31.58 0.45 0.51
Hex BA 84 48 0 1D 3D 1B 20 2D 33
Octal 272 204 110 0 35 75 33 40 55 63
Binary 10111010 10000100 1001000 0 11101 111101 11011 100000 101101 110011

Color Harmonies of #BA8448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8448

Black with #BA8448

Text Example


Text Example

White with #BA8448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8448; }

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

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

background-color css

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

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

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

border-color css

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

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

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