Html Css Color HEX #BA834C Brandy Punch

📋 copy color: '#BA834C'

red 186 ◦ green 131 ◦ blue 76

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

Shades of Brandy Punch #BA834C

Tints of Brandy Punch #BA834C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.34%

R = 47.33%
G = 33.33%
B = 19.34%

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

#BA834C (or 0xBA834C) is known color: Brandy Punch. HEX triplet: BA, 83 and 4C. RGB value is (186,131,76). Sum of RGB (Red+Green+Blue) = 186+131+76=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 76 (30.08% from 255 or 19.34% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA834C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA834C is #457CB3. Grayscale: #8D8D8D. Windows color (decimal): -4553908 or 5014458. OLE color: 5014458.

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

Color convert

RGB 186 131 76 -
CMYK 0 0.30 0.59 0.27
HSL 30º 0.44% 0.51% -
HSV(B) 30º 0.59% 0.73% -
XYZ 29.67 27.19 10.52 -
YUV 141.18 91.22 159.97 -
System Red Green Blue C M Y K H S L
Decimal 186 131 76 0 0.30 0.59 0.27 30 0.44 0.51
Hex BA 83 4C 0 1E 3B 1B 1E 2C 33
Octal 272 203 114 0 36 73 33 36 54 63
Binary 10111010 10000011 1001100 0 11110 111011 11011 11110 101100 110011

Color Harmonies of #BA834C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA834C

Black with #BA834C

Text Example


Text Example

White with #BA834C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA834C; }

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

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

background-color css

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

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

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

border-color css

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

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

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