Html Css Color HEX #BA8044 Brandy Punch

📋 copy color: '#BA8044'

red 186 ◦ green 128 ◦ blue 68

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

Shades of Brandy Punch #BA8044

Tints of Brandy Punch #BA8044

RGB

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

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

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

R = 48.69%
G = 33.51%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BA8044 (or 0xBA8044) is known color: Brandy Punch. HEX triplet: BA, 80 and 44. RGB value is (186,128,68). Sum of RGB (Red+Green+Blue) = 186+128+68=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 68 (26.95% from 255 or 17.80% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8044 is #457FBB. Grayscale: #8A8A8A. Windows color (decimal): -4554684 or 4489402. OLE color: 4489402.

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

Color convert

RGB 186 128 68 -
CMYK 0 0.31 0.63 0.27
HSL 30.51º 0.46% 0.5% -
HSV(B) 30.51º 0.63% 0.73% -
XYZ 29.01 26.29 9.02 -
YUV 138.5 88.22 161.88 -
System Red Green Blue C M Y K H S L
Decimal 186 128 68 0 0.31 0.63 0.27 30.51 0.46 0.5
Hex BA 80 44 0 1F 3F 1B 1F 2E 32
Octal 272 200 104 0 37 77 33 37 56 62
Binary 10111010 10000000 1000100 0 11111 111111 11011 11111 101110 110010

Color Harmonies of #BA8044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8044

Black with #BA8044

Text Example


Text Example

White with #BA8044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8044; }

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

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

background-color css

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

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

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

border-color css

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

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

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