Html Css Color HEX #BA8244 Brandy Punch

📋 copy color: '#BA8244'

red 186 ◦ green 130 ◦ blue 68

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

Shades of Brandy Punch #BA8244

Tints of Brandy Punch #BA8244

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.85%

 BLUE value IS 68 (26.95% from 255) = 17.71%

R = 48.44%
G = 33.85%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BA8244 (or 0xBA8244) is known color: Brandy Punch. HEX triplet: BA, 82 and 44. RGB value is (186,130,68). Sum of RGB (Red+Green+Blue) = 186+130+68=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 68 (26.95% from 255 or 17.71% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8244 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8244 is #457DBB. Grayscale: #8B8B8B. Windows color (decimal): -4554172 or 4489914. OLE color: 4489914.

HSL color Cylindrical-coordinate representation of color #BA8244: hue angle of 31.53º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA8244 is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 130 68 -
CMYK 0 0.30 0.63 0.27
HSL 31.53º 0.46% 0.5% -
HSV(B) 31.53º 0.63% 0.73% -
XYZ 29.28 26.82 9.1 -
YUV 139.68 87.55 161.04 -
System Red Green Blue C M Y K H S L
Decimal 186 130 68 0 0.30 0.63 0.27 31.53 0.46 0.5
Hex BA 82 44 0 1E 3F 1B 20 2E 32
Octal 272 202 104 0 36 77 33 40 56 62
Binary 10111010 10000010 1000100 0 11110 111111 11011 100000 101110 110010

Color Harmonies of #BA8244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8244

Black with #BA8244

Text Example


Text Example

White with #BA8244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8244; }

 p { color: rgb(186,130,68); }

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

background-color css

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

 a { background-color: rgb(186,130,68); }

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

border-color css

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

 span { border-color: rgb(186,130,68); }

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