Html Css Color HEX #BA7C56 Brandy Punch

📋 copy color: '#BA7C56'

red 186 ◦ green 124 ◦ blue 86

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

Shades of Brandy Punch #BA7C56

Tints of Brandy Punch #BA7C56

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.31%

 BLUE value IS 86 (33.98% from 255) = 21.72%

R = 46.97%
G = 31.31%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BA7C56 (or 0xBA7C56) is known color: Brandy Punch. HEX triplet: BA, 7C and 56. RGB value is (186,124,86). Sum of RGB (Red+Green+Blue) = 186+124+86=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 86 (33.98% from 255 or 21.72% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7C56 is #4583A9. Grayscale: #8A8A8A. Windows color (decimal): -4555690 or 5668026. OLE color: 5668026.

HSL color Cylindrical-coordinate representation of color #BA7C56: hue angle of 22.8º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA7C56 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 124 86 -
CMYK 0 0.33 0.54 0.27
HSL 22.8º 0.42% 0.53% -
HSV(B) 22.8º 0.54% 0.73% -
XYZ 29.14 25.53 12.2 -
YUV 138.21 98.54 162.09 -
System Red Green Blue C M Y K H S L
Decimal 186 124 86 0 0.33 0.54 0.27 22.8 0.42 0.53
Hex BA 7C 56 0 21 36 1B 17 2A 35
Octal 272 174 126 0 41 66 33 27 52 65
Binary 10111010 1111100 1010110 0 100001 110110 11011 10111 101010 110101

Color Harmonies of #BA7C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7C56

Black with #BA7C56

Text Example


Text Example

White with #BA7C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7C56; }

 p { color: rgb(186,124,86); }

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

background-color css

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

 a { background-color: rgb(186,124,86); }

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

border-color css

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

 span { border-color: rgb(186,124,86); }

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