Html Css Color HEX #BA7951 Brandy Punch

📋 copy color: '#BA7951'

red 186 ◦ green 121 ◦ blue 81

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

Shades of Brandy Punch #BA7951

Tints of Brandy Punch #BA7951

RGB

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

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

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

R = 47.94%
G = 31.19%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA7951 (or 0xBA7951) is known color: Brandy Punch. HEX triplet: BA, 79 and 51. RGB value is (186,121,81). Sum of RGB (Red+Green+Blue) = 186+121+81=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 81 (32.03% from 255 or 20.88% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7951 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7951 is #4586AE. Grayscale: #888888. Windows color (decimal): -4556463 or 5339578. OLE color: 5339578.

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

Color convert

RGB 186 121 81 -
CMYK 0 0.35 0.56 0.27
HSL 22.86º 0.43% 0.52% -
HSV(B) 22.86º 0.56% 0.73% -
XYZ 28.57 24.71 11.05 -
YUV 135.88 97.03 163.75 -
System Red Green Blue C M Y K H S L
Decimal 186 121 81 0 0.35 0.56 0.27 22.86 0.43 0.52
Hex BA 79 51 0 23 38 1B 17 2B 34
Octal 272 171 121 0 43 70 33 27 53 64
Binary 10111010 1111001 1010001 0 100011 111000 11011 10111 101011 110100

Color Harmonies of #BA7951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7951

Black with #BA7951

Text Example


Text Example

White with #BA7951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7951; }

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

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

background-color css

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

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

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

border-color css

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

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

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