Html Css Color HEX #BA803C Brandy Punch

📋 copy color: '#BA803C'

red 186 ◦ green 128 ◦ blue 60

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

Shades of Brandy Punch #BA803C

Tints of Brandy Punch #BA803C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.04%

R = 49.73%
G = 34.22%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA803C (or 0xBA803C) is known color: Brandy Punch. HEX triplet: BA, 80 and 3C. RGB value is (186,128,60). Sum of RGB (Red+Green+Blue) = 186+128+60=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 128 (50.39% from 255 or 34.22% from 374); Blue value is 60 (23.83% from 255 or 16.04% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA803C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA803C is #457FC3. Grayscale: #898989. Windows color (decimal): -4554692 or 3965114. OLE color: 3965114.

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

Color convert

RGB 186 128 60 -
CMYK 0 0.31 0.68 0.27
HSL 32.38º 0.51% 0.48% -
HSV(B) 32.38º 0.68% 0.73% -
XYZ 28.78 26.2 7.82 -
YUV 137.59 84.22 162.53 -
System Red Green Blue C M Y K H S L
Decimal 186 128 60 0 0.31 0.68 0.27 32.38 0.51 0.48
Hex BA 80 3C 0 1F 44 1B 20 33 30
Octal 272 200 74 0 37 104 33 40 63 60
Binary 10111010 10000000 111100 0 11111 1000100 11011 100000 110011 110000

Color Harmonies of #BA803C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA803C

Black with #BA803C

Text Example


Text Example

White with #BA803C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA803C; }

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

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

background-color css

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

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

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

border-color css

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

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

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