Html Css Color HEX #BA774F Brandy Punch

📋 copy color: '#BA774F'

red 186 ◦ green 119 ◦ blue 79

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

Shades of Brandy Punch #BA774F

Tints of Brandy Punch #BA774F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.57%

R = 48.44%
G = 30.99%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA774F (or 0xBA774F) is known color: Brandy Punch. HEX triplet: BA, 77 and 4F. RGB value is (186,119,79). Sum of RGB (Red+Green+Blue) = 186+119+79=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 79 (31.25% from 255 or 20.57% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA774F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA774F is #4588B0. Grayscale: #868686. Windows color (decimal): -4556977 or 5207994. OLE color: 5207994.

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

Color convert

RGB 186 119 79 -
CMYK 0 0.36 0.58 0.27
HSL 22.43º 0.44% 0.52% -
HSV(B) 22.43º 0.58% 0.73% -
XYZ 28.26 24.2 10.58 -
YUV 134.47 96.7 164.75 -
System Red Green Blue C M Y K H S L
Decimal 186 119 79 0 0.36 0.58 0.27 22.43 0.44 0.52
Hex BA 77 4F 0 24 3A 1B 16 2C 34
Octal 272 167 117 0 44 72 33 26 54 64
Binary 10111010 1110111 1001111 0 100100 111010 11011 10110 101100 110100

Color Harmonies of #BA774F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA774F

Black with #BA774F

Text Example


Text Example

White with #BA774F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA774F; }

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

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

background-color css

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

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

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

border-color css

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

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

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