Html Css Color HEX #BA774B Brandy Punch

📋 copy color: '#BA774B'

red 186 ◦ green 119 ◦ blue 75

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

Shades of Brandy Punch #BA774B

Tints of Brandy Punch #BA774B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.74%

R = 48.95%
G = 31.32%
B = 19.74%

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

#BA774B (or 0xBA774B) is known color: Brandy Punch. HEX triplet: BA, 77 and 4B. RGB value is (186,119,75). Sum of RGB (Red+Green+Blue) = 186+119+75=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 75 (29.69% from 255 or 19.74% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA774B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA774B is #4588B4. Grayscale: #868686. Windows color (decimal): -4556981 or 4945850. OLE color: 4945850.

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

Color convert

RGB 186 119 75 -
CMYK 0 0.36 0.60 0.27
HSL 23.78º 0.45% 0.51% -
HSV(B) 23.78º 0.6% 0.73% -
XYZ 28.12 24.14 9.83 -
YUV 134.02 94.7 165.08 -
System Red Green Blue C M Y K H S L
Decimal 186 119 75 0 0.36 0.60 0.27 23.78 0.45 0.51
Hex BA 77 4B 0 24 3C 1B 18 2D 33
Octal 272 167 113 0 44 74 33 30 55 63
Binary 10111010 1110111 1001011 0 100100 111100 11011 11000 101101 110011

Color Harmonies of #BA774B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA774B

Black with #BA774B

Text Example


Text Example

White with #BA774B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA774B; }

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

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

background-color css

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

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

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

border-color css

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

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

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