Html Css Color HEX #BA7C51 Brandy Punch

📋 copy color: '#BA7C51'

red 186 ◦ green 124 ◦ blue 81

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

Shades of Brandy Punch #BA7C51

Tints of Brandy Punch #BA7C51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20.72%

R = 47.57%
G = 31.71%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA7C51 (or 0xBA7C51) is known color: Brandy Punch. HEX triplet: BA, 7C and 51. RGB value is (186,124,81). Sum of RGB (Red+Green+Blue) = 186+124+81=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 81 (32.03% from 255 or 20.72% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7C51 is #4583AE. Grayscale: #898989. Windows color (decimal): -4555695 or 5340346. OLE color: 5340346.

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

Color convert

RGB 186 124 81 -
CMYK 0 0.33 0.56 0.27
HSL 24.57º 0.43% 0.52% -
HSV(B) 24.57º 0.56% 0.73% -
XYZ 28.94 25.45 11.17 -
YUV 137.64 96.04 162.5 -
System Red Green Blue C M Y K H S L
Decimal 186 124 81 0 0.33 0.56 0.27 24.57 0.43 0.52
Hex BA 7C 51 0 21 38 1B 19 2B 34
Octal 272 174 121 0 41 70 33 31 53 64
Binary 10111010 1111100 1010001 0 100001 111000 11011 11001 101011 110100

Color Harmonies of #BA7C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7C51

Black with #BA7C51

Text Example


Text Example

White with #BA7C51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7C51; }

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

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

background-color css

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

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

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

border-color css

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

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

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