Html Css Color HEX #BA7A52 Brandy Punch

📋 copy color: '#BA7A52'

red 186 ◦ green 122 ◦ blue 82

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

Shades of Brandy Punch #BA7A52

Tints of Brandy Punch #BA7A52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.03%

R = 47.69%
G = 31.28%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA7A52 (or 0xBA7A52) is known color: Brandy Punch. HEX triplet: BA, 7A and 52. RGB value is (186,122,82). Sum of RGB (Red+Green+Blue) = 186+122+82=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 82 (32.42% from 255 or 21.03% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7A52 is #4585AD. Grayscale: #888888. Windows color (decimal): -4556206 or 5405370. OLE color: 5405370.

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

Color convert

RGB 186 122 82 -
CMYK 0 0.34 0.56 0.27
HSL 23.08º 0.43% 0.53% -
HSV(B) 23.08º 0.56% 0.73% -
XYZ 28.73 24.97 11.29 -
YUV 136.58 97.2 163.25 -
System Red Green Blue C M Y K H S L
Decimal 186 122 82 0 0.34 0.56 0.27 23.08 0.43 0.53
Hex BA 7A 52 0 22 38 1B 17 2B 35
Octal 272 172 122 0 42 70 33 27 53 65
Binary 10111010 1111010 1010010 0 100010 111000 11011 10111 101011 110101

Color Harmonies of #BA7A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7A52

Black with #BA7A52

Text Example


Text Example

White with #BA7A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7A52; }

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

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

background-color css

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

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

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

border-color css

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

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

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