Html Css Color HEX #BA8039 Brandy Punch

📋 copy color: '#BA8039'

red 186 ◦ green 128 ◦ blue 57

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

Shades of Brandy Punch #BA8039

Tints of Brandy Punch #BA8039

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.5%

 BLUE value IS 57 (22.66% from 255) = 15.36%

R = 50.13%
G = 34.5%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA8039 (or 0xBA8039) is known color: Brandy Punch. HEX triplet: BA, 80 and 39. RGB value is (186,128,57). Sum of RGB (Red+Green+Blue) = 186+128+57=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 57 (22.66% from 255 or 15.36% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8039 is #457FC6. Grayscale: #898989. Windows color (decimal): -4554695 or 3768506. OLE color: 3768506.

HSL color Cylindrical-coordinate representation of color #BA8039: hue angle of 33.02º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA8039 is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 128 57 -
CMYK 0 0.31 0.69 0.27
HSL 33.02º 0.53% 0.48% -
HSV(B) 33.02º 0.69% 0.73% -
XYZ 28.71 26.17 7.41 -
YUV 137.25 82.72 162.77 -
System Red Green Blue C M Y K H S L
Decimal 186 128 57 0 0.31 0.69 0.27 33.02 0.53 0.48
Hex BA 80 39 0 1F 45 1B 21 35 30
Octal 272 200 71 0 37 105 33 41 65 60
Binary 10111010 10000000 111001 0 11111 1000101 11011 100001 110101 110000

Color Harmonies of #BA8039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8039

Black with #BA8039

Text Example


Text Example

White with #BA8039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8039; }

 p { color: rgb(186,128,57); }

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

background-color css

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

 a { background-color: rgb(186,128,57); }

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

border-color css

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

 span { border-color: rgb(186,128,57); }

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