Html Css Color HEX #BA8250 Brandy Punch

📋 copy color: '#BA8250'

red 186 ◦ green 130 ◦ blue 80

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

Shades of Brandy Punch #BA8250

Tints of Brandy Punch #BA8250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.2%

R = 46.97%
G = 32.83%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BA8250 (or 0xBA8250) is known color: Brandy Punch. HEX triplet: BA, 82 and 50. RGB value is (186,130,80). Sum of RGB (Red+Green+Blue) = 186+130+80=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 80 (31.64% from 255 or 20.20% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8250 is #457DAF. Grayscale: #8D8D8D. Windows color (decimal): -4554160 or 5276346. OLE color: 5276346.

HSL color Cylindrical-coordinate representation of color #BA8250: hue angle of 28.3º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA8250 is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 130 80 -
CMYK 0 0.30 0.57 0.27
HSL 28.3º 0.43% 0.52% -
HSV(B) 28.3º 0.57% 0.73% -
XYZ 29.68 26.98 11.23 -
YUV 141.04 93.55 160.07 -
System Red Green Blue C M Y K H S L
Decimal 186 130 80 0 0.30 0.57 0.27 28.3 0.43 0.52
Hex BA 82 50 0 1E 39 1B 1C 2B 34
Octal 272 202 120 0 36 71 33 34 53 64
Binary 10111010 10000010 1010000 0 11110 111001 11011 11100 101011 110100

Color Harmonies of #BA8250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8250

Black with #BA8250

Text Example


Text Example

White with #BA8250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8250; }

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

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

background-color css

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

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

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

border-color css

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

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

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