Html Css Color HEX #BA743E Brandy Punch

📋 copy color: '#BA743E'

red 186 ◦ green 116 ◦ blue 62

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

Shades of Brandy Punch #BA743E

Tints of Brandy Punch #BA743E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.03%

R = 51.1%
G = 31.87%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA743E (or 0xBA743E) is known color: Brandy Punch. HEX triplet: BA, 74 and 3E. RGB value is (186,116,62). Sum of RGB (Red+Green+Blue) = 186+116+62=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 116 (45.70% from 255 or 31.87% from 364); Blue value is 62 (24.61% from 255 or 17.03% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA743E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA743E is #458BC1. Grayscale: #838383. Windows color (decimal): -4557762 or 4093114. OLE color: 4093114.

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

Color convert

RGB 186 116 62 -
CMYK 0 0.38 0.67 0.27
HSL 26.13º 0.5% 0.49% -
HSV(B) 26.13º 0.67% 0.73% -
XYZ 27.36 23.28 7.61 -
YUV 130.77 89.19 167.39 -
System Red Green Blue C M Y K H S L
Decimal 186 116 62 0 0.38 0.67 0.27 26.13 0.5 0.49
Hex BA 74 3E 0 26 43 1B 1A 32 31
Octal 272 164 76 0 46 103 33 32 62 61
Binary 10111010 1110100 111110 0 100110 1000011 11011 11010 110010 110001

Color Harmonies of #BA743E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA743E

Black with #BA743E

Text Example


Text Example

White with #BA743E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA743E; }

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

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

background-color css

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

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

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

border-color css

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

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

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