Html Css Color HEX #BA774A Brandy Punch

📋 copy color: '#BA774A'

red 186 ◦ green 119 ◦ blue 74

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

Shades of Brandy Punch #BA774A

Tints of Brandy Punch #BA774A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.53%

R = 49.08%
G = 31.4%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA774A (or 0xBA774A) is known color: Brandy Punch. HEX triplet: BA, 77 and 4A. RGB value is (186,119,74). Sum of RGB (Red+Green+Blue) = 186+119+74=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 74 (29.30% from 255 or 19.53% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA774A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA774A is #4588B5. Grayscale: #868686. Windows color (decimal): -4556982 or 4880314. OLE color: 4880314.

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

Color convert

RGB 186 119 74 -
CMYK 0 0.36 0.60 0.27
HSL 24.11º 0.45% 0.51% -
HSV(B) 24.11º 0.6% 0.73% -
XYZ 28.08 24.13 9.66 -
YUV 133.9 94.2 165.16 -
System Red Green Blue C M Y K H S L
Decimal 186 119 74 0 0.36 0.60 0.27 24.11 0.45 0.51
Hex BA 77 4A 0 24 3C 1B 18 2D 33
Octal 272 167 112 0 44 74 33 30 55 63
Binary 10111010 1110111 1001010 0 100100 111100 11011 11000 101101 110011

Color Harmonies of #BA774A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA774A

Black with #BA774A

Text Example


Text Example

White with #BA774A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA774A; }

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

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

background-color css

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

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

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

border-color css

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

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

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