Html Css Color HEX #BA7743 Brandy Punch

📋 copy color: '#BA7743'

red 186 ◦ green 119 ◦ blue 67

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

Shades of Brandy Punch #BA7743

Tints of Brandy Punch #BA7743

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.01%

R = 50%
G = 31.99%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BA7743 (or 0xBA7743) is known color: Brandy Punch. HEX triplet: BA, 77 and 43. RGB value is (186,119,67). Sum of RGB (Red+Green+Blue) = 186+119+67=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 119 (46.88% from 255 or 31.99% from 372); Blue value is 67 (26.56% from 255 or 18.01% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7743 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7743 is #4588BC. Grayscale: #858585. Windows color (decimal): -4556989 or 4421562. OLE color: 4421562.

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

Color convert

RGB 186 119 67 -
CMYK 0 0.36 0.64 0.27
HSL 26.22º 0.47% 0.5% -
HSV(B) 26.22º 0.64% 0.73% -
XYZ 27.86 24.04 8.48 -
YUV 133.11 90.7 165.73 -
System Red Green Blue C M Y K H S L
Decimal 186 119 67 0 0.36 0.64 0.27 26.22 0.47 0.5
Hex BA 77 43 0 24 40 1B 1A 2F 32
Octal 272 167 103 0 44 100 33 32 57 62
Binary 10111010 1110111 1000011 0 100100 1000000 11011 11010 101111 110010

Color Harmonies of #BA7743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7743

Black with #BA7743

Text Example


Text Example

White with #BA7743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7743; }

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

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

background-color css

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

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

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

border-color css

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

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

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