Html Css Color HEX #BA844A Brandy Punch

📋 copy color: '#BA844A'

red 186 ◦ green 132 ◦ blue 74

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

Shades of Brandy Punch #BA844A

Tints of Brandy Punch #BA844A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.88%

R = 47.45%
G = 33.67%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA844A (or 0xBA844A) is known color: Brandy Punch. HEX triplet: BA, 84 and 4A. RGB value is (186,132,74). Sum of RGB (Red+Green+Blue) = 186+132+74=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 74 (29.30% from 255 or 18.88% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA844A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA844A is #457BB5. Grayscale: #8D8D8D. Windows color (decimal): -4553654 or 4883642. OLE color: 4883642.

HSL color Cylindrical-coordinate representation of color #BA844A: hue angle of 31.07º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA844A is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 132 74 -
CMYK 0 0.29 0.60 0.27
HSL 31.07º 0.45% 0.51% -
HSV(B) 31.07º 0.6% 0.73% -
XYZ 29.74 27.44 10.21 -
YUV 141.53 89.89 159.72 -
System Red Green Blue C M Y K H S L
Decimal 186 132 74 0 0.29 0.60 0.27 31.07 0.45 0.51
Hex BA 84 4A 0 1D 3C 1B 1F 2D 33
Octal 272 204 112 0 35 74 33 37 55 63
Binary 10111010 10000100 1001010 0 11101 111100 11011 11111 101101 110011

Color Harmonies of #BA844A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA844A

Black with #BA844A

Text Example


Text Example

White with #BA844A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA844A; }

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

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

background-color css

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

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

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

border-color css

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

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

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