Html Css Color HEX #BA774C Brandy Punch

📋 copy color: '#BA774C'

red 186 ◦ green 119 ◦ blue 76

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

Shades of Brandy Punch #BA774C

Tints of Brandy Punch #BA774C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.95%

R = 48.82%
G = 31.23%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA774C (or 0xBA774C) is known color: Brandy Punch. HEX triplet: BA, 77 and 4C. RGB value is (186,119,76). Sum of RGB (Red+Green+Blue) = 186+119+76=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 119 (46.88% from 255 or 31.23% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA774C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA774C is #4588B3. Grayscale: #868686. Windows color (decimal): -4556980 or 5011386. OLE color: 5011386.

HSL color Cylindrical-coordinate representation of color #BA774C: hue angle of 23.45º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA774C is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 119 76 -
CMYK 0 0.36 0.59 0.27
HSL 23.45º 0.44% 0.51% -
HSV(B) 23.45º 0.59% 0.73% -
XYZ 28.15 24.15 10.02 -
YUV 134.13 95.2 165 -
System Red Green Blue C M Y K H S L
Decimal 186 119 76 0 0.36 0.59 0.27 23.45 0.44 0.51
Hex BA 77 4C 0 24 3B 1B 17 2C 33
Octal 272 167 114 0 44 73 33 27 54 63
Binary 10111010 1110111 1001100 0 100100 111011 11011 10111 101100 110011

Color Harmonies of #BA774C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA774C

Black with #BA774C

Text Example


Text Example

White with #BA774C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA774C; }

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

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

background-color css

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

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

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

border-color css

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

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

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