Html Css Color HEX #BA744D Brandy Punch

📋 copy color: '#BA744D'

red 186 ◦ green 116 ◦ blue 77

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

Shades of Brandy Punch #BA744D

Tints of Brandy Punch #BA744D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.61%

 BLUE value IS 77 (30.47% from 255) = 20.32%

R = 49.08%
G = 30.61%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA744D (or 0xBA744D) is known color: Brandy Punch. HEX triplet: BA, 74 and 4D. RGB value is (186,116,77). Sum of RGB (Red+Green+Blue) = 186+116+77=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 77 (30.47% from 255 or 20.32% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA744D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA744D is #458BB2. Grayscale: #848484. Windows color (decimal): -4557747 or 5076154. OLE color: 5076154.

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

Color convert

RGB 186 116 77 -
CMYK 0 0.38 0.59 0.27
HSL 21.47º 0.44% 0.52% -
HSV(B) 21.47º 0.59% 0.73% -
XYZ 27.83 23.47 10.08 -
YUV 132.48 96.69 166.17 -
System Red Green Blue C M Y K H S L
Decimal 186 116 77 0 0.38 0.59 0.27 21.47 0.44 0.52
Hex BA 74 4D 0 26 3B 1B 15 2C 34
Octal 272 164 115 0 46 73 33 25 54 64
Binary 10111010 1110100 1001101 0 100110 111011 11011 10101 101100 110100

Color Harmonies of #BA744D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA744D

Black with #BA744D

Text Example


Text Example

White with #BA744D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA744D; }

 p { color: rgb(186,116,77); }

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

background-color css

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

 a { background-color: rgb(186,116,77); }

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

border-color css

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

 span { border-color: rgb(186,116,77); }

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