Html Css Color HEX #BA7C50 Brandy Punch

📋 copy color: '#BA7C50'

red 186 ◦ green 124 ◦ blue 80

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

Shades of Brandy Punch #BA7C50

Tints of Brandy Punch #BA7C50

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.79%

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

R = 47.69%
G = 31.79%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BA7C50 (or 0xBA7C50) is known color: Brandy Punch. HEX triplet: BA, 7C and 50. RGB value is (186,124,80). Sum of RGB (Red+Green+Blue) = 186+124+80=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 124 (48.83% from 255 or 31.79% from 390); Blue value is 80 (31.64% from 255 or 20.51% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7C50 is #4583AF. Grayscale: #898989. Windows color (decimal): -4555696 or 5274810. OLE color: 5274810.

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

Color convert

RGB 186 124 80 -
CMYK 0 0.33 0.57 0.27
HSL 24.91º 0.43% 0.52% -
HSV(B) 24.91º 0.57% 0.73% -
XYZ 28.91 25.43 10.98 -
YUV 137.52 95.54 162.58 -
System Red Green Blue C M Y K H S L
Decimal 186 124 80 0 0.33 0.57 0.27 24.91 0.43 0.52
Hex BA 7C 50 0 21 39 1B 19 2B 34
Octal 272 174 120 0 41 71 33 31 53 64
Binary 10111010 1111100 1010000 0 100001 111001 11011 11001 101011 110100

Color Harmonies of #BA7C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7C50

Black with #BA7C50

Text Example


Text Example

White with #BA7C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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