Html Css Color HEX #BA743C Brandy Punch

📋 copy color: '#BA743C'

red 186 ◦ green 116 ◦ blue 60

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

Shades of Brandy Punch #BA743C

Tints of Brandy Punch #BA743C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.57%

R = 51.38%
G = 32.04%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA743C (or 0xBA743C) is known color: Brandy Punch. HEX triplet: BA, 74 and 3C. RGB value is (186,116,60). Sum of RGB (Red+Green+Blue) = 186+116+60=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 116 (45.70% from 255 or 32.04% from 362); Blue value is 60 (23.83% from 255 or 16.57% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA743C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA743C is #458BC3. Grayscale: #828282. Windows color (decimal): -4557764 or 3962042. OLE color: 3962042.

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

Color convert

RGB 186 116 60 -
CMYK 0 0.38 0.68 0.27
HSL 26.67º 0.51% 0.48% -
HSV(B) 26.67º 0.68% 0.73% -
XYZ 27.31 23.26 7.32 -
YUV 130.55 88.19 167.55 -
System Red Green Blue C M Y K H S L
Decimal 186 116 60 0 0.38 0.68 0.27 26.67 0.51 0.48
Hex BA 74 3C 0 26 44 1B 1B 33 30
Octal 272 164 74 0 46 104 33 33 63 60
Binary 10111010 1110100 111100 0 100110 1000100 11011 11011 110011 110000

Color Harmonies of #BA743C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA743C

Black with #BA743C

Text Example


Text Example

White with #BA743C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA743C; }

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

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

background-color css

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

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

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

border-color css

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

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

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