Html Css Color HEX #BA7C54 Brandy Punch

📋 copy color: '#BA7C54'

red 186 ◦ green 124 ◦ blue 84

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

Shades of Brandy Punch #BA7C54

Tints of Brandy Punch #BA7C54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.32%

R = 47.21%
G = 31.47%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BA7C54 (or 0xBA7C54) is known color: Brandy Punch. HEX triplet: BA, 7C and 54. RGB value is (186,124,84). Sum of RGB (Red+Green+Blue) = 186+124+84=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 124 (48.83% from 255 or 31.47% from 394); Blue value is 84 (33.20% from 255 or 21.32% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7C54 is #4583AB. Grayscale: #8A8A8A. Windows color (decimal): -4555692 or 5536954. OLE color: 5536954.

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

Color convert

RGB 186 124 84 -
CMYK 0 0.33 0.55 0.27
HSL 23.53º 0.43% 0.53% -
HSV(B) 23.53º 0.55% 0.73% -
XYZ 29.06 25.49 11.78 -
YUV 137.98 97.54 162.25 -
System Red Green Blue C M Y K H S L
Decimal 186 124 84 0 0.33 0.55 0.27 23.53 0.43 0.53
Hex BA 7C 54 0 21 37 1B 18 2A 35
Octal 272 174 124 0 41 67 33 30 52 65
Binary 10111010 1111100 1010100 0 100001 110111 11011 11000 101010 110101

Color Harmonies of #BA7C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7C54

Black with #BA7C54

Text Example


Text Example

White with #BA7C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7C54; }

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

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

background-color css

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

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

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

border-color css

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

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

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