Html Css Color HEX #BA774E Brandy Punch

📋 copy color: '#BA774E'

red 186 ◦ green 119 ◦ blue 78

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

Shades of Brandy Punch #BA774E

Tints of Brandy Punch #BA774E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 20.37%

R = 48.56%
G = 31.07%
B = 20.37%

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

#BA774E (or 0xBA774E) is known color: Brandy Punch. HEX triplet: BA, 77 and 4E. RGB value is (186,119,78). Sum of RGB (Red+Green+Blue) = 186+119+78=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 78 (30.86% from 255 or 20.37% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA774E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA774E is #4588B1. Grayscale: #868686. Windows color (decimal): -4556978 or 5142458. OLE color: 5142458.

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

Color convert

RGB 186 119 78 -
CMYK 0 0.36 0.58 0.27
HSL 22.78º 0.44% 0.52% -
HSV(B) 22.78º 0.58% 0.73% -
XYZ 28.22 24.18 10.39 -
YUV 134.36 96.2 164.83 -
System Red Green Blue C M Y K H S L
Decimal 186 119 78 0 0.36 0.58 0.27 22.78 0.44 0.52
Hex BA 77 4E 0 24 3A 1B 17 2C 34
Octal 272 167 116 0 44 72 33 27 54 64
Binary 10111010 1110111 1001110 0 100100 111010 11011 10111 101100 110100

Color Harmonies of #BA774E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA774E

Black with #BA774E

Text Example


Text Example

White with #BA774E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA774E; }

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

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

background-color css

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

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

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

border-color css

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

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

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