Html Css Color HEX #BA7D50 Brandy Punch

📋 copy color: '#BA7D50'

red 186 ◦ green 125 ◦ blue 80

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

Shades of Brandy Punch #BA7D50

Tints of Brandy Punch #BA7D50

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.97%

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

R = 47.57%
G = 31.97%
B = 20.46%

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

#BA7D50 (or 0xBA7D50) is known color: Brandy Punch. HEX triplet: BA, 7D and 50. RGB value is (186,125,80). Sum of RGB (Red+Green+Blue) = 186+125+80=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 125 (49.22% from 255 or 31.97% from 391); Blue value is 80 (31.64% from 255 or 20.46% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7D50 is #4582AF. Grayscale: #8A8A8A. Windows color (decimal): -4555440 or 5275066. OLE color: 5275066.

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

Color convert

RGB 186 125 80 -
CMYK 0 0.33 0.57 0.27
HSL 25.47º 0.43% 0.52% -
HSV(B) 25.47º 0.57% 0.73% -
XYZ 29.03 25.69 11.02 -
YUV 138.11 95.21 162.16 -
System Red Green Blue C M Y K H S L
Decimal 186 125 80 0 0.33 0.57 0.27 25.47 0.43 0.52
Hex BA 7D 50 0 21 39 1B 19 2B 34
Octal 272 175 120 0 41 71 33 31 53 64
Binary 10111010 1111101 1010000 0 100001 111001 11011 11001 101011 110100

Color Harmonies of #BA7D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7D50

Black with #BA7D50

Text Example


Text Example

White with #BA7D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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