Html Css Color HEX #BA7A54 Brandy Punch

📋 copy color: '#BA7A54'

red 186 ◦ green 122 ◦ blue 84

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

Shades of Brandy Punch #BA7A54

Tints of Brandy Punch #BA7A54

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.12%

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

R = 47.45%
G = 31.12%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BA7A54 (or 0xBA7A54) is known color: Brandy Punch. HEX triplet: BA, 7A and 54. RGB value is (186,122,84). Sum of RGB (Red+Green+Blue) = 186+122+84=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 122 (48.05% from 255 or 31.12% from 392); Blue value is 84 (33.20% from 255 or 21.43% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7A54 is #4585AB. Grayscale: #898989. Windows color (decimal): -4556204 or 5536442. OLE color: 5536442.

HSL color Cylindrical-coordinate representation of color #BA7A54: hue angle of 22.35º 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 #BA7A54 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 122 84 -
CMYK 0 0.34 0.55 0.27
HSL 22.35º 0.43% 0.53% -
HSV(B) 22.35º 0.55% 0.73% -
XYZ 28.81 25 11.69 -
YUV 136.8 98.2 163.09 -
System Red Green Blue C M Y K H S L
Decimal 186 122 84 0 0.34 0.55 0.27 22.35 0.43 0.53
Hex BA 7A 54 0 22 37 1B 16 2A 35
Octal 272 172 124 0 42 67 33 26 52 65
Binary 10111010 1111010 1010100 0 100010 110111 11011 10110 101010 110101

Color Harmonies of #BA7A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7A54

Black with #BA7A54

Text Example


Text Example

White with #BA7A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7A54; }

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

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

background-color css

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

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

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

border-color css

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

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

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