Html Css Color HEX #BA834D Brandy Punch

📋 copy color: '#BA834D'

red 186 ◦ green 131 ◦ blue 77

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

Shades of Brandy Punch #BA834D

Tints of Brandy Punch #BA834D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.25%

 BLUE value IS 77 (30.47% from 255) = 19.54%

R = 47.21%
G = 33.25%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA834D (or 0xBA834D) is known color: Brandy Punch. HEX triplet: BA, 83 and 4D. RGB value is (186,131,77). Sum of RGB (Red+Green+Blue) = 186+131+77=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA834D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA834D is #457CB2. Grayscale: #8D8D8D. Windows color (decimal): -4553907 or 5079994. OLE color: 5079994.

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

Color convert

RGB 186 131 77 -
CMYK 0 0.30 0.59 0.27
HSL 29.72º 0.44% 0.52% -
HSV(B) 29.72º 0.59% 0.73% -
XYZ 29.71 27.21 10.71 -
YUV 141.29 91.72 159.89 -
System Red Green Blue C M Y K H S L
Decimal 186 131 77 0 0.30 0.59 0.27 29.72 0.44 0.52
Hex BA 83 4D 0 1E 3B 1B 1E 2C 34
Octal 272 203 115 0 36 73 33 36 54 64
Binary 10111010 10000011 1001101 0 11110 111011 11011 11110 101100 110100

Color Harmonies of #BA834D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA834D

Black with #BA834D

Text Example


Text Example

White with #BA834D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA834D; }

 p { color: rgb(186,131,77); }

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

background-color css

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

 a { background-color: rgb(186,131,77); }

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

border-color css

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

 span { border-color: rgb(186,131,77); }

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