Html Css Color HEX #BA7950 Brandy Punch

📋 copy color: '#BA7950'

red 186 ◦ green 121 ◦ blue 80

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

Shades of Brandy Punch #BA7950

Tints of Brandy Punch #BA7950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.67%

R = 48.06%
G = 31.27%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BA7950 (or 0xBA7950) is known color: Brandy Punch. HEX triplet: BA, 79 and 50. RGB value is (186,121,80). Sum of RGB (Red+Green+Blue) = 186+121+80=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 121 (47.66% from 255 or 31.27% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7950 is #4586AF. Grayscale: #878787. Windows color (decimal): -4556464 or 5274042. OLE color: 5274042.

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

Color convert

RGB 186 121 80 -
CMYK 0 0.35 0.57 0.27
HSL 23.21º 0.43% 0.52% -
HSV(B) 23.21º 0.57% 0.73% -
XYZ 28.54 24.69 10.85 -
YUV 135.76 96.53 163.83 -
System Red Green Blue C M Y K H S L
Decimal 186 121 80 0 0.35 0.57 0.27 23.21 0.43 0.52
Hex BA 79 50 0 23 39 1B 17 2B 34
Octal 272 171 120 0 43 71 33 27 53 64
Binary 10111010 1111001 1010000 0 100011 111001 11011 10111 101011 110100

Color Harmonies of #BA7950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7950

Black with #BA7950

Text Example


Text Example

White with #BA7950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7950; }

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

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

background-color css

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

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

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

border-color css

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

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

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