Html Css Color HEX #BA794B Brandy Punch

📋 copy color: '#BA794B'

red 186 ◦ green 121 ◦ blue 75

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

Shades of Brandy Punch #BA794B

Tints of Brandy Punch #BA794B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.68%

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

R = 48.69%
G = 31.68%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA794B (or 0xBA794B) is known color: Brandy Punch. HEX triplet: BA, 79 and 4B. RGB value is (186,121,75). Sum of RGB (Red+Green+Blue) = 186+121+75=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 75 (29.69% from 255 or 19.63% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA794B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA794B is #4586B4. Grayscale: #878787. Windows color (decimal): -4556469 or 4946362. OLE color: 4946362.

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

Color convert

RGB 186 121 75 -
CMYK 0 0.35 0.60 0.27
HSL 24.86º 0.45% 0.51% -
HSV(B) 24.86º 0.6% 0.73% -
XYZ 28.36 24.62 9.91 -
YUV 135.19 94.03 164.24 -
System Red Green Blue C M Y K H S L
Decimal 186 121 75 0 0.35 0.60 0.27 24.86 0.45 0.51
Hex BA 79 4B 0 23 3C 1B 19 2D 33
Octal 272 171 113 0 43 74 33 31 55 63
Binary 10111010 1111001 1001011 0 100011 111100 11011 11001 101101 110011

Color Harmonies of #BA794B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA794B

Black with #BA794B

Text Example


Text Example

White with #BA794B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA794B; }

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

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

background-color css

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

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

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

border-color css

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

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

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