Html Css Color HEX #BA7A55 Brandy Punch

📋 copy color: '#BA7A55'

red 186 ◦ green 122 ◦ blue 85

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

Shades of Brandy Punch #BA7A55

Tints of Brandy Punch #BA7A55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.63%

R = 47.33%
G = 31.04%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BA7A55 (or 0xBA7A55) is known color: Brandy Punch. HEX triplet: BA, 7A and 55. RGB value is (186,122,85). Sum of RGB (Red+Green+Blue) = 186+122+85=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7A55 is #4585AA. Grayscale: #898989. Windows color (decimal): -4556203 or 5601978. OLE color: 5601978.

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

Color convert

RGB 186 122 85 -
CMYK 0 0.34 0.54 0.27
HSL 21.98º 0.42% 0.53% -
HSV(B) 21.98º 0.54% 0.73% -
XYZ 28.85 25.01 11.9 -
YUV 136.92 98.7 163.01 -
System Red Green Blue C M Y K H S L
Decimal 186 122 85 0 0.34 0.54 0.27 21.98 0.42 0.53
Hex BA 7A 55 0 22 36 1B 16 2A 35
Octal 272 172 125 0 42 66 33 26 52 65
Binary 10111010 1111010 1010101 0 100010 110110 11011 10110 101010 110101

Color Harmonies of #BA7A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7A55

Black with #BA7A55

Text Example


Text Example

White with #BA7A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7A55; }

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

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

background-color css

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

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

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

border-color css

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

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

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