Html Css Color HEX #BA7953 Brandy Punch

📋 copy color: '#BA7953'

red 186 ◦ green 121 ◦ blue 83

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

Shades of Brandy Punch #BA7953

Tints of Brandy Punch #BA7953

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.03%

 BLUE value IS 83 (32.81% from 255) = 21.28%

R = 47.69%
G = 31.03%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BA7953 (or 0xBA7953) is known color: Brandy Punch. HEX triplet: BA, 79 and 53. RGB value is (186,121,83). Sum of RGB (Red+Green+Blue) = 186+121+83=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 83 (32.81% from 255 or 21.28% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7953 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7953 is #4586AC. Grayscale: #888888. Windows color (decimal): -4556461 or 5470650. OLE color: 5470650.

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

Color convert

RGB 186 121 83 -
CMYK 0 0.35 0.55 0.27
HSL 22.14º 0.43% 0.53% -
HSV(B) 22.14º 0.55% 0.73% -
XYZ 28.65 24.74 11.45 -
YUV 136.1 98.03 163.59 -
System Red Green Blue C M Y K H S L
Decimal 186 121 83 0 0.35 0.55 0.27 22.14 0.43 0.53
Hex BA 79 53 0 23 37 1B 16 2B 35
Octal 272 171 123 0 43 67 33 26 53 65
Binary 10111010 1111001 1010011 0 100011 110111 11011 10110 101011 110101

Color Harmonies of #BA7953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7953

Black with #BA7953

Text Example


Text Example

White with #BA7953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7953; }

 p { color: rgb(186,121,83); }

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

background-color css

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

 a { background-color: rgb(186,121,83); }

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

border-color css

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

 span { border-color: rgb(186,121,83); }

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