Html Css Color HEX #BA8248 Brandy Punch

📋 copy color: '#BA8248'

red 186 ◦ green 130 ◦ blue 72

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

Shades of Brandy Punch #BA8248

Tints of Brandy Punch #BA8248

RGB

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

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

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

R = 47.94%
G = 33.51%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA8248 (or 0xBA8248) is known color: Brandy Punch. HEX triplet: BA, 82 and 48. RGB value is (186,130,72). Sum of RGB (Red+Green+Blue) = 186+130+72=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 72 (28.52% from 255 or 18.56% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8248 is #457DB7. Grayscale: #8C8C8C. Windows color (decimal): -4554168 or 4752058. OLE color: 4752058.

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

Color convert

RGB 186 130 72 -
CMYK 0 0.30 0.61 0.27
HSL 30.53º 0.45% 0.51% -
HSV(B) 30.53º 0.61% 0.73% -
XYZ 29.4 26.87 9.77 -
YUV 140.13 89.55 160.72 -
System Red Green Blue C M Y K H S L
Decimal 186 130 72 0 0.30 0.61 0.27 30.53 0.45 0.51
Hex BA 82 48 0 1E 3D 1B 1F 2D 33
Octal 272 202 110 0 36 75 33 37 55 63
Binary 10111010 10000010 1001000 0 11110 111101 11011 11111 101101 110011

Color Harmonies of #BA8248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8248

Black with #BA8248

Text Example


Text Example

White with #BA8248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8248; }

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

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

background-color css

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

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

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

border-color css

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

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

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