Html Css Color HEX #BA8048 Brandy Punch

📋 copy color: '#BA8048'

red 186 ◦ green 128 ◦ blue 72

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

Shades of Brandy Punch #BA8048

Tints of Brandy Punch #BA8048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.65%

R = 48.19%
G = 33.16%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA8048 (or 0xBA8048) is known color: Brandy Punch. HEX triplet: BA, 80 and 48. RGB value is (186,128,72). Sum of RGB (Red+Green+Blue) = 186+128+72=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 72 (28.52% from 255 or 18.65% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8048 is #457FB7. Grayscale: #8B8B8B. Windows color (decimal): -4554680 or 4751546. OLE color: 4751546.

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

Color convert

RGB 186 128 72 -
CMYK 0 0.31 0.61 0.27
HSL 29.47º 0.45% 0.51% -
HSV(B) 29.47º 0.61% 0.73% -
XYZ 29.14 26.35 9.68 -
YUV 138.96 90.22 161.55 -
System Red Green Blue C M Y K H S L
Decimal 186 128 72 0 0.31 0.61 0.27 29.47 0.45 0.51
Hex BA 80 48 0 1F 3D 1B 1D 2D 33
Octal 272 200 110 0 37 75 33 35 55 63
Binary 10111010 10000000 1001000 0 11111 111101 11011 11101 101101 110011

Color Harmonies of #BA8048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8048

Black with #BA8048

Text Example


Text Example

White with #BA8048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8048; }

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

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

background-color css

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

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

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

border-color css

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

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

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