Html Css Color HEX #BA7751 Brandy Punch

📋 copy color: '#BA7751'

red 186 ◦ green 119 ◦ blue 81

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

Shades of Brandy Punch #BA7751

Tints of Brandy Punch #BA7751

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.83%

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

R = 48.19%
G = 30.83%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA7751 (or 0xBA7751) is known color: Brandy Punch. HEX triplet: BA, 77 and 51. RGB value is (186,119,81). Sum of RGB (Red+Green+Blue) = 186+119+81=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 81 (32.03% from 255 or 20.98% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7751 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7751 is #4588AE. Grayscale: #868686. Windows color (decimal): -4556975 or 5339066. OLE color: 5339066.

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

Color convert

RGB 186 119 81 -
CMYK 0 0.36 0.56 0.27
HSL 21.71º 0.43% 0.52% -
HSV(B) 21.71º 0.56% 0.73% -
XYZ 28.33 24.23 10.97 -
YUV 134.7 97.7 164.59 -
System Red Green Blue C M Y K H S L
Decimal 186 119 81 0 0.36 0.56 0.27 21.71 0.43 0.52
Hex BA 77 51 0 24 38 1B 16 2B 34
Octal 272 167 121 0 44 70 33 26 53 64
Binary 10111010 1110111 1010001 0 100100 111000 11011 10110 101011 110100

Color Harmonies of #BA7751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7751

Black with #BA7751

Text Example


Text Example

White with #BA7751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7751; }

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

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

background-color css

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

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

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

border-color css

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

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

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